Home
last modified time | relevance | path

Searched refs:pushed_nh (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/nsh/
Dnsh.c17 int nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh) in nsh_push() argument
20 size_t length = nsh_hdr_len(pushed_nh); in nsh_push()
37 memcpy(nh, pushed_nh, length); in nsh_push()
/Linux-v4.19/include/net/
Dnsh.h307 int nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh);