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

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h94 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon10392::__anon10393
152 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon10392::__anon10394
211 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon10392::__anon10395
H A Dcvmx-helper-util.c180 buffer_ptr.s.addr += (work->word2.s.is_v6^1)<<2;
/freebsd-13-stable/sys/mips/cavium/octe/
H A Dethernet-rx.c239 if (work->word2.s.is_v6)
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_ev.c747 boolean_t is_v6; local
767 is_v6 = (EFX_QWORD_FIELD(*eqp, FSF_CZ_RX_EV_IPV6_PKT) != 0);
776 if (is_v6) {
787 if (is_v6) {
797 if (is_v6) {
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c187 int is_v6 = IS_IP6_FLOW_ID(id); local
193 if (is_v6) {
208 int is_v6 = IS_IP6_FLOW_ID(dst); local
214 if (is_v6) {
285 int is_v6 = IS_IP6_FLOW_ID(id1); local
287 if (!is_v6) {

Completed in 108 milliseconds