Searched refs:next_proto (Results 1 - 5 of 5) sorted by last modified time

/linux-master/net/openvswitch/
H A Dflow_netlink.c3420 u8 next_proto; local
3422 next_proto = tun_p_from_eth_p(eth_type);
3423 if (!next_proto)
/linux-master/net/core/
H A Dskbuff.c6371 * @next_proto: ethertype of header after popped MPLS header
6379 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, argument
6404 skb_mod_eth_type(skb, hdr, next_proto);
6406 skb->protocol = next_proto;
/linux-master/include/linux/
H A Dskbuff.h4026 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,
/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:

Completed in 244 milliseconds