Searched refs:next_proto (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/nsh/
H A Dnsh.c19 u8 next_proto; local
22 next_proto = TUN_P_ETHERNET;
24 next_proto = tun_p_from_eth_p(skb->protocol);
25 if (!next_proto)
36 nh->np = next_proto;
/linux-master/net/ipv4/
H A Dfou_core.c346 goto next_proto;
421 next_proto:
/linux-master/net/openvswitch/
H A Dflow_netlink.c3407 u8 next_proto; local
3409 next_proto = tun_p_from_eth_p(eth_type);
3410 if (!next_proto)
/linux-master/net/core/
H A Dskbuff.c6382 * @next_proto: ethertype of header after popped MPLS header
6390 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, argument
6415 skb_mod_eth_type(skb, hdr, next_proto);
6417 skb->protocol = next_proto;
/linux-master/include/linux/
H A Dskbuff.h4099 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,

Completed in 214 milliseconds