Searched refs:protoctl_event (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_domain.c | 1096 struct protoctl_event { struct 1110 struct protoctl_event *p_protoctl_ev = (struct protoctl_event *)arg; in protoctl_event_callback() argument 1113 EVENTHANDLER_INVOKE(&protoctl_evhdlr_ctxt, protoctl_event, p_protoctl_ev->ifp, in protoctl_event_callback() 1123 struct protoctl_event protoctl_ev_arg;
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | protosw.h | 361 EVENTHANDLER_DECLARE(protoctl_event, protoctl_event_fn);
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp_client.c | 384 struct necp_client_flow_protoctl_event protoctl_event; member 420 struct necp_client_flow_protoctl_event protoctl_event; member 3826 flow->protoctl_event.protoctl_event_code = protoctl_event_code; in necp_update_flow_protoctl_event() 3827 flow->protoctl_event.protoctl_event_val = protoctl_event_val; in necp_update_flow_protoctl_event() 3828 flow->protoctl_event.protoctl_event_tcp_seq_num = protoctl_event_tcp_seq_number; in necp_update_flow_protoctl_event() 7334 length = sizeof(protoctl_event_header.protoctl_event); in necp_client_fillout_flow_tlvs() 7338 memcpy(&protoctl_event_header.protoctl_event, &flow->protoctl_event, in necp_client_fillout_flow_tlvs() 7339 sizeof(flow->protoctl_event)); in necp_client_fillout_flow_tlvs() 7351 flow->protoctl_event.protoctl_event_code = 0; in necp_client_fillout_flow_tlvs() 7352 flow->protoctl_event.protoctl_event_val = 0; in necp_client_fillout_flow_tlvs() [all …]
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 2207 protoctl_event, fsw_protoctl_event_callback, in fsw_init() 2246 EVENTHANDLER_DEREGISTER(&protoctl_evhdlr_ctxt, protoctl_event, in fsw_uninit()
|