Searched refs:ETH_P_IP (Results 151 - 175 of 448) sorted by relevance

1234567891011>>

/linux-master/net/netfilter/
H A Dnft_log.c82 case htons(ETH_P_IP):
H A Dnf_flow_table_ip.c353 if (skb->protocol != htons(ETH_P_IP) &&
354 !nf_flow_skb_encap_protocol(skb, htons(ETH_P_IP), &ctx->offset))
458 ret = nf_flow_queue_xmit(state->net, skb, tuplehash, ETH_P_IP);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_dtime.c151 case __bpf_htons(ETH_P_IP):
/linux-master/drivers/net/wireguard/
H A Dcookie.c107 if (skb->protocol == htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c672 spec.ether_type == htons(ETH_P_IP) &&
750 spec.ether_type == htons(ETH_P_IP) &&
967 spec.ether_type = htons(ETH_P_IP);
1038 spec.ether_type = htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c819 spec.ether_type == htons(ETH_P_IP) &&
897 spec.ether_type == htons(ETH_P_IP) &&
1069 spec.ether_type = htons(ETH_P_IP);
1140 spec.ether_type = htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c672 spec.ether_type == htons(ETH_P_IP) &&
750 spec.ether_type == htons(ETH_P_IP) &&
968 spec.ether_type = htons(ETH_P_IP);
1039 spec.ether_type = htons(ETH_P_IP);
/linux-master/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c187 nskb->protocol = htons(ETH_P_IP);
/linux-master/net/sched/
H A Dact_connmark.c50 case htons(ETH_P_IP):
H A Dact_skbmod.c54 case cpu_to_be16(ETH_P_IP):
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h347 return htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c100 } else if (st->l3_proto == ETH_P_IP) {
1035 case ETH_P_IP:
1046 case ETH_P_IP:
1061 case ETH_P_IP:
/linux-master/net/openvswitch/
H A Dflow.c687 if (key->eth.type == htons(ETH_P_IP)) {
771 arp->ar_pro == htons(ETH_P_IP) &&
904 * - skb->transport_header: If key->eth.type is ETH_P_IP or ETH_P_IPV6
1111 key->eth.type != htons(ETH_P_IP))
H A Dconntrack.c112 case ETH_P_IP:
211 if (key->eth.type == htons(ETH_P_IP) &&
305 if (swkey->eth.type == htons(ETH_P_IP)) {
618 if (key->eth.type == htons(ETH_P_IP))
640 if (key->eth.type == htons(ETH_P_IP))
H A Dflow_netlink.c197 if (match->key->eth.type == htons(ETH_P_IP)) {
2111 if (swkey->eth.type == htons(ETH_P_IP)) {
2180 if ((swkey->eth.type == htons(ETH_P_IP) ||
2214 } else if (swkey->eth.type == htons(ETH_P_IP) &&
2919 if (eth_type != htons(ETH_P_IP))
2970 if ((eth_type != htons(ETH_P_IP) &&
2978 if ((eth_type != htons(ETH_P_IP) &&
2991 if ((eth_type != htons(ETH_P_IP) &&
3279 (eth_type != htons(ETH_P_IP) &&
3307 (eth_type != htons(ETH_P_IP)
[all...]
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h1084 if (flow.basic.n_proto == htons(ETH_P_IP))
1092 if (flow.basic.n_proto == htons(ETH_P_IP))
1103 if (flow.basic.n_proto == htons(ETH_P_IP))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c287 ETH_P_IP);
392 ETH_P_IP);
872 key_basic.n_proto = htons(ETH_P_IP);
/linux-master/net/dccp/
H A Dipv6.c327 if (skb->protocol == htons(ETH_P_IP))
427 if (skb->protocol == htons(ETH_P_IP)) {
592 if (skb->protocol == htons(ETH_P_IP))
/linux-master/drivers/net/
H A Damt.c530 skb->protocol = htons(ETH_P_IP);
555 eth->h_proto = htons(ETH_P_IP);
1037 skb_set_inner_protocol(skb, htons(ETH_P_IP));
1094 skb_set_inner_protocol(skb, htons(ETH_P_IP));
1152 skb_set_inner_protocol(skb, htons(ETH_P_IP));
2296 if (iptunnel_pull_header(skb, hdr_size, htons(ETH_P_IP), false))
2312 skb->protocol = htons(ETH_P_IP);
2313 eth->h_proto = htons(ETH_P_IP);
2396 skb->protocol = htons(ETH_P_IP);
2397 eth->h_proto = htons(ETH_P_IP);
[all...]
/linux-master/net/ipv4/
H A Dip_vti.c179 case htons(ETH_P_IP): {
240 if (skb->protocol == htons(ETH_P_IP)) {
289 case htons(ETH_P_IP):
H A Dipconfig.c531 if (rarp->ar_pro != htons(ETH_P_IP))
664 .type = cpu_to_be16(ETH_P_IP),
886 skb->protocol = htons(ETH_P_IP);
/linux-master/drivers/staging/gdm724x/
H A Dgdm_lte.c366 case ETH_P_IP:
647 eth.h_proto = htons(ETH_P_IP);
648 vlan_eth.h_vlan_encapsulated_proto = htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c1128 ((skb->protocol == htons(ETH_P_IP) &&
1222 if (skb->protocol == htons(ETH_P_IP)) {
1274 if (skb_proto == ETH_P_IP) {
1315 if (skb_proto == ETH_P_IP)
1396 if (skb->protocol == cpu_to_be16(ETH_P_IP)) {
/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c1586 case htons(ETH_P_IP):
1646 if (proto == htons(ETH_P_IP))
1651 if (proto == htons(ETH_P_IP) || IS_IQD(card)) {
1672 case htons(ETH_P_IP):
1750 case htons(ETH_P_IP):
1766 if (proto == htons(ETH_P_IP) || IS_IQD(card))
1815 if (vlan_get_protocol(skb) != htons(ETH_P_IP))
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c428 case htons(ETH_P_IP):

Completed in 391 milliseconds

1234567891011>>