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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c160 u8 inet_family; local
170 inet_family = (protocol == htons(ETH_P_IPV6)) ? PF_INET6 : PF_INET;
176 filter_id = cxgb4_get_free_ftid(dev, inet_family, false,
H A Dcxgb4_tc_flower.c861 u8 inet_family; local
874 inet_family = fs->type ? PF_INET6 : PF_INET;
880 fidx = cxgb4_get_free_ftid(dev, inet_family, fs->hash,

Completed in 212 milliseconds