Home
last modified time | relevance | path

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

/Linux-v4.19/net/nsh/
Dnsh.c50 int nsh_pop(struct sk_buff *skb) in nsh_pop() function
77 EXPORT_SYMBOL_GPL(nsh_pop);
/Linux-v4.19/include/net/
Dnsh.h308 int nsh_pop(struct sk_buff *skb);
/Linux-v4.19/net/openvswitch/
Dactions.c403 err = nsh_pop(skb); in pop_nsh()