Home
last modified time | relevance | path

Searched refs:pushed_nh (Results 1 – 2 of 2) 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() argument
18 size_t length = nsh_hdr_len(pushed_nh); in nsh_push()
35 memcpy(nh, pushed_nh, length); in nsh_push()
/openbmc/linux/include/net/
H A Dnsh.h307 int nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh);