Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Duipc_domain.c1136 struct protoctl_event { struct
1149 struct protoctl_event protoctl_ev_arg; argument
1161 EVENTHANDLER_INVOKE(&protoctl_evhdlr_ctxt, protoctl_event, in protoctl_event_callback()
/xnu-10063.141.1/bsd/sys/
H A Dprotosw.h363 EVENTHANDLER_DECLARE(protoctl_event, protoctl_event_fn);
/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c403 struct necp_client_flow_protoctl_event protoctl_event; member
439 struct necp_client_flow_protoctl_event protoctl_event; member
3986 flow->protoctl_event.protoctl_event_code = protoctl_event_code; in necp_update_flow_protoctl_event()
3987 flow->protoctl_event.protoctl_event_val = protoctl_event_val; in necp_update_flow_protoctl_event()
3988 flow->protoctl_event.protoctl_event_tcp_seq_num = protoctl_event_tcp_seq_number; in necp_update_flow_protoctl_event()
7868 length = sizeof(protoctl_event_header.protoctl_event); in necp_client_fillout_flow_tlvs()
7872 memcpy(&protoctl_event_header.protoctl_event, &flow->protoctl_event, in necp_client_fillout_flow_tlvs()
7873 sizeof(flow->protoctl_event)); in necp_client_fillout_flow_tlvs()
7885 flow->protoctl_event.protoctl_event_code = 0; in necp_client_fillout_flow_tlvs()
7886 flow->protoctl_event.protoctl_event_val = 0; in necp_client_fillout_flow_tlvs()
[all …]
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c2357 protoctl_event, fsw_protoctl_event_callback, in fsw_init()
2370 EVENTHANDLER_DEREGISTER(&protoctl_evhdlr_ctxt, protoctl_event, in fsw_uninit()