Searched refs:PROTO_LAYER2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c760 if (pkt->dn_dir == (DIR_OUT | PROTO_LAYER2) &&
798 case DIR_IN | PROTO_LAYER2: /* DN_TO_ETH_DEMUX: */
813 case DIR_OUT | PROTO_LAYER2: /* DN_TO_ETH_OUT: */
848 dt->iphdr_off = (dir & PROTO_LAYER2) ? ETHER_HDR_LEN : 0;
875 dir |= PROTO_LAYER2;
939 if (/*V_dn_cfg.io_fast &&*/ m == *m0 && (dir & PROTO_LAYER2) == 0 ) {
H A Dip_dn_private.h399 PROTO_LAYER2 = 0x4, /* set for layer 2 */ enumerator in enum:__anon15414

Completed in 155 milliseconds