Home
last modified time | relevance | path

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

/xnu-8020.140.41/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-8020.140.41/bsd/sys/
H A Dprotosw.h361 EVENTHANDLER_DECLARE(protoctl_event, protoctl_event_fn);
/xnu-8020.140.41/bsd/net/
H A Dnecp_client.c392 struct necp_client_flow_protoctl_event protoctl_event; member
428 struct necp_client_flow_protoctl_event protoctl_event; member
3847 flow->protoctl_event.protoctl_event_code = protoctl_event_code; in necp_update_flow_protoctl_event()
3848 flow->protoctl_event.protoctl_event_val = protoctl_event_val; in necp_update_flow_protoctl_event()
3849 flow->protoctl_event.protoctl_event_tcp_seq_num = protoctl_event_tcp_seq_number; in necp_update_flow_protoctl_event()
7384 length = sizeof(protoctl_event_header.protoctl_event); in necp_client_fillout_flow_tlvs()
7388 memcpy(&protoctl_event_header.protoctl_event, &flow->protoctl_event, in necp_client_fillout_flow_tlvs()
7389 sizeof(flow->protoctl_event)); in necp_client_fillout_flow_tlvs()
7401 flow->protoctl_event.protoctl_event_code = 0; in necp_client_fillout_flow_tlvs()
7402 flow->protoctl_event.protoctl_event_val = 0; in necp_client_fillout_flow_tlvs()
[all …]
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c2206 protoctl_event, fsw_protoctl_event_callback, in fsw_init()
2219 EVENTHANDLER_DEREGISTER(&protoctl_evhdlr_ctxt, protoctl_event, in fsw_uninit()