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

1234567891011>>

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c915 encap_ipv4->protocol = IPPROTO_UDP;
1050 flow->l4_key.ip_proto != IPPROTO_UDP)) {
1241 flow.flowi4_proto = IPPROTO_UDP;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1088 else if (iph->protocol == IPPROTO_UDP)
1106 else if (ip6h->nexthdr == IPPROTO_UDP)
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1479 if (setsockopt(sd, IPPROTO_UDP, UDP_ENCAP, &type, sizeof(type)) < 0) {
2209 args.protocol = IPPROTO_UDP;
/linux-master/drivers/net/phy/mscc/
H A Dmscc_ptp.c365 if (iphdr->version != 4 || iphdr->protocol != IPPROTO_UDP)
926 ANA_IP1_NXT_PROT_IP_MATCH1_PROT_MATCH(IPPROTO_UDP) |
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c1474 IPPROTO_UDP, &sock);
1531 IPPROTO_UDP, &sock);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c230 if (l4_proto == IPPROTO_UDP)
1782 if (l4_proto == IPPROTO_UDP) {
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c483 val_8 = IPPROTO_UDP;
500 val_8 = IPPROTO_UDP;
/linux-master/net/openvswitch/
H A Dconntrack.c626 if (key->ip.proto == IPPROTO_UDP)
648 if (key->ip.proto == IPPROTO_UDP)
H A Dflow_netlink.c212 if (match->key->ip.proto == IPPROTO_UDP) {
249 if (match->key->ip.proto == IPPROTO_UDP) {
2208 } else if (swkey->ip.proto == IPPROTO_UDP) {
2993 flow_key->ip.proto != IPPROTO_UDP)
/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1365 case IPPROTO_UDP:
1472 case IPPROTO_UDP:
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1661 case IPPROTO_UDP:
1749 case IPPROTO_UDP:
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1858 case IPPROTO_UDP:
1950 case IPPROTO_UDP:
/linux-master/net/ipv4/
H A Daf_inet.c1166 .protocol = IPPROTO_UDP,
1948 if (inet_add_protocol(&net_hotdata.udp_protocol, IPPROTO_UDP) < 0)
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c701 } else if (l4proto == IPPROTO_UDP) {
753 dx_buff->is_udp_cso = (l4proto == IPPROTO_UDP);
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h907 val = (ip_hdr(skb)->protocol == IPPROTO_UDP);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c260 expected.ip_protocol = IPPROTO_UDP;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c542 key, mask, IPPROTO_UDP, fields);
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h1091 case IPPROTO_UDP:
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c229 MLX5E_FTE_SET(headers_v, ip_protocol, IPPROTO_UDP);
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c468 udh->ip4.protocol = IPPROTO_UDP;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dipsec_fs_roce.c54 MLX5_SET(fte_match_param, spec->match_value, outer_headers.ip_protocol, IPPROTO_UDP);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c977 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, IPPROTO_UDP);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.c1355 case IPPROTO_UDP:
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.c1338 case IPPROTO_UDP:
/linux-master/net/sched/
H A Dcls_flower.c1921 } else if (key->basic.ip_proto == IPPROTO_UDP) {
1989 key->basic.ip_proto == IPPROTO_UDP ||
3463 else if (key->basic.ip_proto == IPPROTO_UDP &&
3537 key->basic.ip_proto == IPPROTO_UDP ||

Completed in 368 milliseconds

1234567891011>>