Lines Matching defs:nexthdr
17 * @_nexthdr: ipv6 nexthdr field for the header compression.
18 * @_nexthdrlen: ipv6 nexthdr len for the reserved space.
29 .nexthdr = _nexthdr, \
53 * @nexthdr: next header value of the protocol which should be compressed.
54 * @nexthdrlen: ipv6 nexthdr len for the reserved space.
62 u8 nexthdr;
72 * lowpan_nhc_by_nexthdr - return the 6lowpan nhc by ipv6 nexthdr.
74 * @nexthdr: ipv6 nexthdr value.
76 struct lowpan_nhc *lowpan_nhc_by_nexthdr(u8 nexthdr);
80 * we support the nhc by nexthdr field, the function will return 0. If we
81 * don't support the nhc by nexthdr this function will return -ENOENT.
84 * @hdr: ipv6hdr to check the nexthdr value
95 * @hdr: ipv6hdr to set the nexthdr value
108 * @hdr: ipv6hdr for setting nexthdr value.