Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip.c33 sa_family_t fsw_ip_demux(struct nx_flowswitch *, struct __kern_packet *);
40 fsw->fsw_demux = fsw_ip_demux; in fsw_ip_setup()
47 fsw_ip_demux(struct nx_flowswitch *fsw, struct __kern_packet *pkt) in fsw_ip_demux() function
H A Dfsw_var.h217 extern sa_family_t fsw_ip_demux(struct nx_flowswitch *, struct __kern_packet *);
H A Dfsw_dp.c3648 af = fsw_ip_demux(fsw, pkt); in dp_tx_pktq()