Home
last modified time | relevance | path

Searched defs:nf (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c261 struct netif_flow *nf; in netif_flow_list_lookup() local
291 struct netif_flow *nf; in netif_flow_list_insert() local
549 nx_netif_flow_release(struct nx_netif *nif, struct netif_flow *nf) in nx_netif_flow_release()
576 struct netif_flow *nf, *prev_nf = NULL; in nx_netif_demux() local
709 nx_netif_flow_log(struct nx_netif *nif, struct netif_flow *nf, boolean_t add) in nx_netif_flow_log()
734 struct netif_flow *nf = NULL; in nx_netif_flow_add() local
799 nx_netif_flow_remove(struct nx_netif *nif, struct netif_flow *nf) in nx_netif_flow_remove()
H A Dnx_netif_filter.c181 struct netif_filter *nf = NULL; in nx_netif_filter_add() local
250 nx_netif_filter_remove(struct nx_netif *nif, struct netif_filter *nf) in nx_netif_filter_remove()
H A Dnx_netif_filter_vp.c181 struct netif_filter *nf; in netif_filter_na_activate() local
H A Dnx_netif_vp.c389 struct netif_flow *nf; in netif_vp_na_activate_on() local
H A Dnx_netif.c3011 struct netif_flow *nf; local
/xnu-8019.80.24/bsd/dev/arm/
H A Ddtrace_isa.c621 nf = (cpsr & PSR_NF) ? 1 : 0, in dtrace_arm_condition_true() local
/xnu-8019.80.24/bsd/dev/arm64/
H A Dfasttrap_isa.c326 nf = (cpsr & PSR_NF) ? 1 : 0, local