Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nsh/
Dnsh.c47 int nsh_pop(struct sk_buff *skb) in nsh_pop() function
74 EXPORT_SYMBOL_GPL(nsh_pop);
/kernel/linux/linux-5.10/include/net/
Dnsh.h308 int nsh_pop(struct sk_buff *skb);
/kernel/linux/linux-5.10/net/openvswitch/
Dactions.c330 err = nsh_pop(skb); in pop_nsh()