Home
last modified time | relevance | path

Searched refs:nx_netif_flow_remove (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif.h643 extern errno_t nx_netif_flow_remove(struct nx_netif *, struct netif_flow *);
H A Dnx_netif_flow.c799 nx_netif_flow_remove(struct nx_netif *nif, struct netif_flow *nf) in nx_netif_flow_remove() function
H A Dnx_netif_vp.c444 err = nx_netif_flow_remove(nif, nifna->nifna_flow); in netif_vp_na_activate_off()