Home
last modified time | relevance | path

Searched refs:ETH_P_IP (Results 1 – 11 of 11) sorted by relevance

/include/net/
Dtun_proto.h20 return htons(ETH_P_IP); in tun_p_to_eth_p()
36 case htons(ETH_P_IP): in tun_p_from_eth_p()
Dinet_ecn.h175 case cpu_to_be16(ETH_P_IP): in INET_ECN_set_ce()
194 case cpu_to_be16(ETH_P_IP): in skb_get_dsfield()
211 case cpu_to_be16(ETH_P_IP): in INET_ECN_set_ect1()
292 case htons(ETH_P_IP): in IP_ECN_decapsulate()
311 case htons(ETH_P_IP): in IP6_ECN_decapsulate()
Dip_tunnels.h452 case htons(ETH_P_IP): in pskb_inet_may_pull()
482 case htons(ETH_P_IP): in skb_vlan_inet_prepare()
544 if (payload_protocol == htons(ETH_P_IP)) in ip_tunnel_get_dsfield()
568 if (payload_protocol == htons(ETH_P_IP)) in ip_tunnel_get_ttl()
Dvxlan.h368 case htons(ETH_P_IP): in vxlan_features_check()
/include/linux/
Dvirtio_net.h16 return protocol == cpu_to_be16(ETH_P_IP); in virtio_net_hdr_match_proto()
21 return protocol == cpu_to_be16(ETH_P_IP) || in virtio_net_hdr_match_proto()
38 skb->protocol = cpu_to_be16(ETH_P_IP); in virtio_net_hdr_set_proto()
136 skb->protocol == htons(ETH_P_IP)) { in virtio_net_hdr_to_skb()
Dnetdevice.h4915 case htons(ETH_P_IP): in can_checksum_protocol()
/include/linux/mlx5/
Dfs_helpers.h57 ethertype = ETH_P_IP; in _mlx5_fs_is_outer_ipv_flow()
/include/uapi/linux/
Dif_ether.h52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
/include/net/netfilter/
Dnf_queue.h87 case htons(ETH_P_IP): in hash_bridge()
Dnf_flow_table.h362 return htons(ETH_P_IP); in __nf_flow_pppoe_proto()
/include/trace/events/
Dbridge.h153 } else if (group->proto == htons(ETH_P_IP)) {