Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Ddsfield.h22 static inline __u8 ipv6_get_dsfield(const struct ipv6hdr *ipv6h) in ipv6_get_dsfield() argument
24 return ntohs(*(const __be16 *)ipv6h) >> 4; in ipv6_get_dsfield()
44 static inline void ipv6_change_dsfield(struct ipv6hdr *ipv6h,__u8 mask, in ipv6_change_dsfield() argument
47 __be16 *p = (__force __be16 *)ipv6h; in ipv6_change_dsfield()