Searched refs:netif_flow (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 257 uint32_t flags, struct netif_flow **f) in netif_flow_list_lookup() 261 struct netif_flow *nf; in netif_flow_list_lookup() 288 netif_flow_list_insert(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_insert() 291 struct netif_flow *nf; in netif_flow_list_insert() 307 netif_flow_list_remove(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_remove() 311 SLIST_REMOVE(&lft->lft_flow_list, f, netif_flow, nf_table_link); in netif_flow_list_remove() 352 nx_netif_flow_deliver(struct nx_netif *nif, struct netif_flow *f, in nx_netif_flow_deliver() 476 struct netif_flow *f, uint32_t flags) in nx_netif_flow_match() 508 struct netif_flow *, f, struct __kern_packet *, pkt); in nx_netif_flow_match() 513 struct netif_flow * [all …]
|
| H A D | nx_netif.h | 64 struct netif_flow { struct 65 SLIST_ENTRY(netif_flow) nf_link; 66 SLIST_ENTRY(netif_flow) nf_table_link; 86 struct __kern_packet *, uint32_t, struct netif_flow **); argument 92 struct netif_flow *); 94 struct netif_flow *); 109 SLIST_HEAD(netif_flow_head, netif_flow); 126 struct netif_flow *nifna_flow; 624 struct netif_flow **); 625 extern errno_t nx_netif_flow_remove(struct nx_netif *, struct netif_flow *); [all …]
|
| H A D | nx_netif_vp.c | 389 struct netif_flow *nf; in netif_vp_na_activate_on()
|
| H A D | nx_netif.c | 3011 struct netif_flow *nf;
|