Home
last modified time | relevance | path

Searched refs:protoctl_event (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Duipc_domain.c1096 struct protoctl_event { struct
1109 struct protoctl_event protoctl_ev_arg; argument
1120 EVENTHANDLER_INVOKE(&protoctl_evhdlr_ctxt, protoctl_event, in protoctl_event_callback()
/xnu-8792.41.9/bsd/sys/
H A Dprotosw.h363 EVENTHANDLER_DECLARE(protoctl_event, protoctl_event_fn);
/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c396 struct necp_client_flow_protoctl_event protoctl_event; member
432 struct necp_client_flow_protoctl_event protoctl_event; member
3950 flow->protoctl_event.protoctl_event_code = protoctl_event_code; in necp_update_flow_protoctl_event()
3951 flow->protoctl_event.protoctl_event_val = protoctl_event_val; in necp_update_flow_protoctl_event()
3952 flow->protoctl_event.protoctl_event_tcp_seq_num = protoctl_event_tcp_seq_number; in necp_update_flow_protoctl_event()
7655 length = sizeof(protoctl_event_header.protoctl_event); in necp_client_fillout_flow_tlvs()
7659 memcpy(&protoctl_event_header.protoctl_event, &flow->protoctl_event, in necp_client_fillout_flow_tlvs()
7660 sizeof(flow->protoctl_event)); in necp_client_fillout_flow_tlvs()
7672 flow->protoctl_event.protoctl_event_code = 0; in necp_client_fillout_flow_tlvs()
7673 flow->protoctl_event.protoctl_event_val = 0; in necp_client_fillout_flow_tlvs()
[all …]
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c2257 protoctl_event, fsw_protoctl_event_callback, in fsw_init()
2270 EVENTHANDLER_DEREGISTER(&protoctl_evhdlr_ctxt, protoctl_event, in fsw_uninit()