Searched defs:pfp_packet (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c66 static void pfp_packet(void *, mac_resource_handle_t, mblk_t *, boolean_t);
346 * pfp_packet is the callback function that is given to the mac layer for
354 pfp_packet(void *arg, mac_resource_handle_t mrh, mblk_t *mp, boolean_t flag) function
630 pfp_packet, ps, &ps->ps_phd, MAC_PROMISC_FLAGS_VLAN_TAG_STRIP);
860 * There's no use of a lock here, or at the bottom of pfp_packet() where
1527 error = mac_promisc_add(ps->ps_mch, turnon, pfp_packet, ps,

Completed in 60 milliseconds