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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h94 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon7159::__anon7160
152 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon7159::__anon7161
211 uint64_t is_v6 : 1; /**< the packet is IPv6 */ member in struct:__anon7159::__anon7162
H A Dcvmx-helper-util.c180 buffer_ptr.s.addr += (work->word2.s.is_v6^1)<<2;
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Defx_ev.c184 boolean_t is_v6; local
204 is_v6 = (enp->en_family != EFX_FAMILY_FALCON &&
214 if (is_v6) {
225 if (is_v6) {
235 if (is_v6) {
/freebsd-10.0-release/sys/mips/cavium/octe/
H A Dethernet-rx.c246 if (work->word2.s.is_v6)
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c615 int i, is_v6; local
617 is_v6 = IS_IP6_FLOW_ID(pkt);
628 (is_v6 &&
633 (!is_v6 &&
H A Dip_dummynet.c142 int is_v6 = IS_IP6_FLOW_ID(id); local
148 if (is_v6) {
163 int is_v6 = IS_IP6_FLOW_ID(dst); local
169 if (is_v6) {
240 int is_v6 = IS_IP6_FLOW_ID(id1); local
242 if (!is_v6) {

Completed in 194 milliseconds