Searched refs:is_v6 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h94 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon8812::__anon8813
152 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon8812::__anon8814
211 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon8812::__anon8815
H A Dcvmx-helper-util.c180 buffer_ptr.s.addr += (work->word2.s.is_v6^1)<<2;
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-rx.c247 if (work->word2.s.is_v6)
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c743 boolean_t is_v6; local
763 is_v6 = (EFX_QWORD_FIELD(*eqp, FSF_CZ_RX_EV_IPV6_PKT) != 0);
772 if (is_v6) {
783 if (is_v6) {
793 if (is_v6) {
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c171 int is_v6 = IS_IP6_FLOW_ID(id); local
177 if (is_v6) {
192 int is_v6 = IS_IP6_FLOW_ID(dst); local
198 if (is_v6) {
269 int is_v6 = IS_IP6_FLOW_ID(id1); local
271 if (!is_v6) {

Completed in 156 milliseconds