Home
last modified time | relevance | path

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

/openbmc/linux/net/nsh/
H A Dnsh.c15 int nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh) in nsh_push() function
46 EXPORT_SYMBOL_GPL(nsh_push);
/openbmc/linux/include/net/
H A Dnsh.h307 int nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh);
/openbmc/linux/net/openvswitch/
H A Dactions.c319 err = nsh_push(skb, nh); in push_nsh()