Home
last modified time | relevance | path

Searched refs:flow_divert_group (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.h34 struct flow_divert_group;
45 struct flow_divert_group *group;
82 struct flow_divert_group { struct
H A Dflow_divert.c133 static struct flow_divert_group **g_flow_divert_groups = NULL;
155 sizeof(struct flow_divert_group), ZC_ZFREE_CLEARMEM);
218 flow_divert_pcb_lookup(uint32_t hash, struct flow_divert_group *group) in flow_divert_pcb_lookup()
238 struct flow_divert_group *group; in flow_divert_pcb_insert()
279 struct flow_divert_group *curr_group = g_flow_divert_groups[idx]; in flow_divert_pcb_insert()
352 struct flow_divert_group *group = fd_cb->group; in flow_divert_pcb_remove()
496 flow_divert_packet_compute_hmac(mbuf_t packet, struct flow_divert_group *group, uint8_t *hmac) in flow_divert_packet_compute_hmac()
521 struct flow_divert_group *group = NULL; in flow_divert_packet_verify_hmac()
1915 struct flow_divert_group *current_group = NULL; in flow_divert_try_next()
1916 struct flow_divert_group *next_group = NULL; in flow_divert_try_next()
[all …]