Searched refs:nshhdr (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/net/
H A Dnsh.h208 struct nshhdr { struct
255 static inline struct nshhdr *nsh_hdr(struct sk_buff *skb)
257 return (struct nshhdr *)skb_network_header(skb);
260 static inline u16 nsh_hdr_len(const struct nshhdr *nsh)
266 static inline u8 nsh_get_ver(const struct nshhdr *nsh)
272 static inline u8 nsh_get_flags(const struct nshhdr *nsh)
278 static inline u8 nsh_get_ttl(const struct nshhdr *nsh)
284 static inline void __nsh_set_xflag(struct nshhdr *nsh, u16 xflag, u16 xmask)
290 static inline void nsh_set_flags_and_ttl(struct nshhdr *nsh, u8 flags, u8 ttl)
297 static inline void nsh_set_flags_ttl_len(struct nshhdr *ns
[all...]
/linux-master/net/nsh/
H A Dnsh.c15 int nsh_push(struct sk_buff *skb, const struct nshhdr *pushed_nh)
17 struct nshhdr *nh;
34 nh = (struct nshhdr *)(skb->data);
50 struct nshhdr *nh;
56 nh = (struct nshhdr *)(skb->data);
/linux-master/net/openvswitch/
H A Dflow_netlink.h70 int nsh_hdr_from_nlattr(const struct nlattr *attr, struct nshhdr *nh,
H A Dactions.c319 struct nshhdr *nh = (struct nshhdr *)buffer;
610 struct nshhdr *nh;
H A Dflow.c630 struct nshhdr *nh;
H A Dflow_netlink.c1296 struct nshhdr *nh, size_t size)

Completed in 111 milliseconds