Home
last modified time | relevance | path

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

/linux-6.1.9/net/nsh/
Dnsh.c14 int nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh) in nsh_push() argument
17 size_t length = nsh_hdr_len(pushed_nh); in nsh_push()
34 memcpy(nh, pushed_nh, length); in nsh_push()
/linux-6.1.9/include/net/
Dnsh.h307 int nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh);