Home
last modified time | relevance | path

Searched refs:T4_FILTER_IPv4 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h106 #define T4_FILTER_IPv4 0x1 /* IPv4 packet */ macro
H A Dt4_filter.c452 uint32_t mode = T4_FILTER_IPv4 | T4_FILTER_IPv6 | T4_FILTER_IP_SADDR | in fconf_to_mode()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c981 if (mode & T4_FILTER_IPv4) in get_filter_mode()