Searched refs:IPPROTO_UDP (Results 351 - 361 of 361) sorted by relevance

<<1112131415

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c6460 return protocol == IPPROTO_TCP || protocol == IPPROTO_UDP;
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c1907 if (ip_hdr(skb)->protocol == IPPROTO_UDP)
H A Dmvneta.c1803 else if (l4_proto == IPPROTO_UDP)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4872 case IPPROTO_UDP:
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c4060 } else if (ip->protocol == IPPROTO_UDP) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1179 (proto != IPPROTO_TCP && proto != IPPROTO_UDP))
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5731 if (ip->protocol != IPPROTO_UDP)
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2617 } else if (l4_proto == IPPROTO_UDP) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c6375 hclge_fd_get_tcpip4_tuple(fs, rule, IPPROTO_UDP);
6387 hclge_fd_get_tcpip6_tuple(fs, rule, IPPROTO_UDP);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8504 hdr.ipv4->protocol == IPPROTO_UDP) {
/linux-master/drivers/net/usb/
H A Dr8152.c2342 else if (ip_protocol == IPPROTO_UDP)

Completed in 413 milliseconds

<<1112131415