Searched refs:ETH_P_IP (Results 101 - 125 of 448) sorted by relevance

1234567891011>>

/linux-master/net/ipv6/
H A Dseg6_iptunnel.c399 else if (skb->protocol == htons(ETH_P_IP))
505 case htons(ETH_P_IP):
587 case htons(ETH_P_IP):
/linux-master/net/core/
H A Dlwt_bpf.c90 if (skb->protocol == htons(ETH_P_IP)) {
183 if (skb->protocol == htons(ETH_P_IP))
636 skb->protocol = htons(ETH_P_IP);
/linux-master/drivers/net/arcnet/
H A Drfc1201.c112 return htons(ETH_P_IP);
129 return htons(ETH_P_IP);
388 case ETH_P_IP:
/linux-master/drivers/net/xen-netback/
H A Dhash.c164 case htons(ETH_P_IP):
190 case htons(ETH_P_IP):
/linux-master/net/ax25/
H A Dax25_in.c127 skb->protocol = htons(ETH_P_IP);
245 skb->protocol = htons(ETH_P_IP);
H A Dax25_ip.c81 case ETH_P_IP:
/linux-master/tools/testing/selftests/net/
H A Dtap.c319 cur += build_eth(cur, ETH_P_IP);
335 cur += build_eth(cur, ETH_P_IP);
/linux-master/drivers/net/wireguard/
H A Dallowedips.c359 if (skb->protocol == htons(ETH_P_IP))
370 if (skb->protocol == htons(ETH_P_IP))
H A Ddevice.c156 if (skb->protocol == htons(ETH_P_IP))
226 if (skb->protocol == htons(ETH_P_IP))
H A Dratelimiter.c95 if (skb->protocol == htons(ETH_P_IP)) {
/linux-master/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c255 case htons(ETH_P_IP):
350 case htons(ETH_P_IP):
H A Debt_log.c98 htons(ETH_P_IP)) {
H A Debt_ip.c109 if (e->ethproto != htons(ETH_P_IP) ||
H A Dnft_reject_bridge.c122 case htons(ETH_P_IP):
/linux-master/net/bridge/
H A Dbr_multicast.c126 br_dst.proto = htons(ETH_P_IP);
167 case htons(ETH_P_IP):
977 skb->protocol = htons(ETH_P_IP);
984 eth->h_proto = htons(ETH_P_IP);
1250 case htons(ETH_P_IP):
1346 case htons(ETH_P_IP):
1372 case htons(ETH_P_IP):
1593 br_group.proto = htons(ETH_P_IP);
1773 if (ip->proto == htons(ETH_P_IP))
1869 br_group.proto = htons(ETH_P_IP);
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dpm.c60 .type = __cpu_to_le16(ETH_P_IP),
/linux-master/net/sched/
H A Dem_ipt.c216 case htons(ETH_P_IP):
/linux-master/net/atm/
H A Dbr2684.c233 case ETH_P_IP:
395 if (type == htons(ETH_P_IP) &&
461 skb->protocol = htons(ETH_P_IP);
486 skb->protocol = htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Drx.c857 if (fk.basic.n_proto != htons(ETH_P_IP) && fk.basic.n_proto != htons(ETH_P_IPV6))
872 if (fk.basic.n_proto == htons(ETH_P_IP)) {
892 if (spec.ether_type == htons(ETH_P_IP))
970 if (spec->ether_type == htons(ETH_P_IP) &&
/linux-master/drivers/net/wireguard/selftest/
H A Dratelimiter.c150 skb4->protocol = htons(ETH_P_IP);
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c26 skb->protocol = htons(ETH_P_IP);
/linux-master/include/trace/events/
H A Dbridge.h153 } else if (group->proto == htons(ETH_P_IP)) {
/linux-master/samples/bpf/
H A Dtest_lwt_bpf.c171 ehdr.h_proto = bpf_htons(ETH_P_IP);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_features.c77 if (eh->h_proto == bpf_htons(ETH_P_IP)) {
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c228 skb->protocol = htons(ETH_P_IP);

Completed in 401 milliseconds

1234567891011>>