Home
last modified time | relevance | path

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

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