Home
last modified time | relevance | path

Searched refs:ip_proto (Results 126 – 144 of 144) sorted by relevance

123456

/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh1564 flower ip_proto udp dst_mac $mac action drop
/openbmc/linux/include/linux/
H A Dskbuff.h1473 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto,
1477 int thoff, u8 ip_proto) in skb_flow_get_ports() argument
1479 return __skb_flow_get_ports(skb, thoff, ip_proto, NULL, 0); in skb_flow_get_ports()
/openbmc/linux/drivers/net/hyperv/
H A Dhyperv_net.h1082 switch (flow.basic.ip_proto) { in netvsc_get_hash()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h268 u8 ip_proto; /* IPPROTO value */ member
H A Di40e_main.c8472 if (!filter->dst_port || filter->ip_proto == IPPROTO_UDP) in i40e_add_del_cloud_filter_big_buf()
8608 filter->ip_proto = match.key->ip_proto; in i40e_parse_cls_flower()
8748 switch (filter->ip_proto) { in i40e_parse_cls_flower()
/openbmc/linux/tools/testing/selftests/net/
H A Dpmtu.sh824 protocol ipv4 flower ip_proto udp \
827 protocol ipv4 flower ip_proto udp \
/openbmc/qemu/net/
H A Dcolo-compare.c709 switch (conn->ip_proto) { in colo_compare_connection()
/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c2377 nkey->ip_proto = key->ip.proto; in of_dpa_flow_fill()
2381 nmask->ip_proto = mask->ip.proto; in of_dpa_flow_fill()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7106 __u8 ip_proto; member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7106 __u8 ip_proto; member
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c6563 u8 ip_proto; in niu_compute_tx_flags() local
6578 ip_proto = ip_hdr(skb)->protocol; in niu_compute_tx_flags()
6582 ip_proto = ipv6_hdr(skb)->nexthdr; in niu_compute_tx_flags()
6587 ip_proto = ihl = 0; in niu_compute_tx_flags()
6595 csum_bits = (ip_proto == IPPROTO_TCP ? in niu_compute_tx_flags()
6597 (ip_proto == IPPROTO_UDP ? in niu_compute_tx_flags()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1473 u8 ip_proto; member
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1382 static void bnxt_gro_tunnel(struct sk_buff *skb, __be16 ip_proto) in bnxt_gro_tunnel() argument
1386 if (ip_proto == htons(ETH_P_IP)) { in bnxt_gro_tunnel()
4969 req->ip_protocol = keys->basic.ip_proto; in bnxt_hwrm_cfa_ntuple_filter_alloc()
12900 keys1->basic.ip_proto != keys2->basic.ip_proto) in bnxt_fltr_match()
12963 ((fkeys->basic.ip_proto != IPPROTO_TCP) && in bnxt_rx_flow_steer()
12964 (fkeys->basic.ip_proto != IPPROTO_UDP))) { in bnxt_rx_flow_steer()
H A Dbnxt_hsi.h7616 u8 ip_proto; member
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1509 keys.bkey.ip_proto = udp ? IPPROTO_UDP : IPPROTO_TCP; in __stmmac_test_l4filt()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c187 COPY_FIELD(IP_PROTO, ip_proto, IP_PROTO); in efx_mcdi_filter_push_prep_set_match_fields()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2916 (fkeys.basic.ip_proto != IPPROTO_TCP && in hns3_rx_flow_steer()
2917 fkeys.basic.ip_proto != IPPROTO_UDP)) in hns3_rx_flow_steer()
/openbmc/linux/net/sched/
H A Dsch_cake.c687 host_keys.basic.ip_proto = 0; in cake_hash()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c3785 if (match.key->ip_proto != IPPROTO_TCP) { in iavf_parse_cls_flower()

123456