Searched refs:inner_proto (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/nsh/ |
H A D | nsh.c | 52 __be16 inner_proto; in nsh_pop() local 60 inner_proto = tun_p_to_eth_p(nh->np); in nsh_pop() 64 if (!inner_proto) in nsh_pop() 71 skb->protocol = inner_proto; in nsh_pop()
|
/openbmc/linux/include/net/ |
H A D | ip_tunnels.h | 476 __be16 inner_proto, bool raw_proto, bool xnet); 479 __be16 inner_proto, bool xnet) in iptunnel_pull_header() argument 481 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 371 __be16 inner_proto; in geneve_udp_encap_recv() local 391 inner_proto = geneveh->proto_type; in geneve_udp_encap_recv() 394 inner_proto != htons(ETH_P_TEB)))) { in geneve_udp_encap_recv() 400 if (iptunnel_pull_header(skb, GENEVE_BASE_HLEN + opts_len, inner_proto, in geneve_udp_encap_recv() 752 __be16 inner_proto) in geneve_build_header() argument 760 geneveh->proto_type = inner_proto; in geneve_build_header() 774 __be16 inner_proto; in geneve_build_skb() local 792 inner_proto = inner_proto_inherit ? skb->protocol : htons(ETH_P_TEB); in geneve_build_skb() 793 geneve_build_header(gnvh, info, inner_proto); in geneve_build_skb() 794 skb_set_inner_protocol(skb, inner_proto); in geneve_build_skb()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_flow_table.h | 354 static inline bool nf_flow_pppoe_proto(struct sk_buff *skb, __be16 *inner_proto) in nf_flow_pppoe_proto() argument 359 *inner_proto = __nf_flow_pppoe_proto(skb); in nf_flow_pppoe_proto()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_ip.c | 280 __be16 inner_proto; in nf_flow_skb_encap_protocol() local 294 if (nf_flow_pppoe_proto(skb, &inner_proto) && in nf_flow_skb_encap_protocol() 295 inner_proto == proto) { in nf_flow_skb_encap_protocol()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 93 __be16 inner_proto, bool raw_proto, bool xnet) in __iptunnel_pull_header() argument 100 if (!raw_proto && inner_proto == htons(ETH_P_TEB)) { in __iptunnel_pull_header() 113 skb->protocol = inner_proto; in __iptunnel_pull_header()
|
/openbmc/linux/net/openvswitch/ |
H A D | flow_netlink.c | 3419 __be16 inner_proto; in __ovs_nla_copy_actions() local 3423 inner_proto = tun_p_to_eth_p(key->nsh.base.np); in __ovs_nla_copy_actions() 3424 if (!inner_proto) in __ovs_nla_copy_actions()
|