Searched refs:ETH_P_IP (Results 1 – 11 of 11) sorted by relevance
20 return htons(ETH_P_IP); in tun_p_to_eth_p()36 case htons(ETH_P_IP): in tun_p_from_eth_p()
175 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()
454 case htons(ETH_P_IP): in pskb_inet_may_pull_reason()490 case htons(ETH_P_IP): in skb_vlan_inet_prepare()554 if (payload_protocol == htons(ETH_P_IP)) in ip_tunnel_get_dsfield()578 if (payload_protocol == htons(ETH_P_IP)) in ip_tunnel_get_ttl()
373 case htons(ETH_P_IP): in vxlan_features_check()
16 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()137 skb->protocol == htons(ETH_P_IP)) { in __virtio_net_hdr_to_skb()329 htons(ETH_P_IP)); in virtio_net_hdr_tnl_to_skb()
5162 case htons(ETH_P_IP): in can_checksum_protocol()
57 ethertype = ETH_P_IP; in _mlx5_fs_is_outer_ipv_flow()
52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
87 case htons(ETH_P_IP): in hash_bridge()
363 return htons(ETH_P_IP); in __nf_flow_pppoe_proto()
153 } else if (group->proto == htons(ETH_P_IP)) {
Completed in 34 milliseconds