Lines Matching refs:__bpf_constant_htons

149 	if (tcph.dest != __bpf_constant_htons(cfg_port))  in __encap_ipv4()
183 h_outer.l4hdr.udp.source = __bpf_constant_htons(cfg_udp_src); in __encap_ipv4()
280 if (tcph.dest != __bpf_constant_htons(cfg_port)) in __encap_ipv6()
314 h_outer.l4hdr.udp.source = __bpf_constant_htons(cfg_udp_src); in __encap_ipv6()
388 if (tcph.dest != __bpf_constant_htons(cfg_port)) in encap_ipv6_ipip6()
434 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_ipip_none()
443 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_gre_none()
452 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_gre_mpls()
461 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_gre_eth()
470 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_udp_none()
479 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_udp_mpls()
488 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_udp_eth()
497 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_vxlan_eth()
508 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_sit_none()
517 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_ip6tnl_none()
526 if (skb->protocol == __bpf_constant_htons(ETH_P_IP)) in __encap_ipip6_none()
535 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_ip6gre_none()
544 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_ip6gre_mpls()
553 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_ip6gre_eth()
562 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_ip6udp_none()
571 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_ip6udp_mpls()
580 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_ip6udp_eth()
589 if (skb->protocol == __bpf_constant_htons(ETH_P_IPV6)) in __encap_ip6vxlan_eth()
697 case __bpf_constant_htons(ETH_P_IP): in decap_f()
699 case __bpf_constant_htons(ETH_P_IPV6): in decap_f()