Home
last modified time | relevance | path

Searched refs:nsh_pop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/nsh/
H A Dnsh.c48 int nsh_pop(struct sk_buff *skb) in nsh_pop() function
75 EXPORT_SYMBOL_GPL(nsh_pop);
/openbmc/linux/include/net/
H A Dnsh.h308 int nsh_pop(struct sk_buff *skb);
/openbmc/linux/net/openvswitch/
H A Dactions.c333 err = nsh_pop(skb); in pop_nsh()