Lines Matching defs:nexthdr
17 * @_nexthdr: ipv6 nexthdr field for the header compression.
18 * @_nexthdrlen: ipv6 nexthdr len for the reserved space.
31 .nexthdr = _nexthdr, \
58 * @nexthdr: next header value of the protocol which should be compressed.
59 * @nexthdrlen: ipv6 nexthdr len for the reserved space.
70 const u8 nexthdr;
82 * lowpan_nhc_by_nexthdr - return the 6lowpan nhc by ipv6 nexthdr.
84 * @nexthdr: ipv6 nexthdr value.
86 struct lowpan_nhc *lowpan_nhc_by_nexthdr(u8 nexthdr);
90 * we support the nhc by nexthdr field, the function will return 0. If we
91 * don't support the nhc by nexthdr this function will return -ENOENT.
94 * @hdr: ipv6hdr to check the nexthdr value
105 * @hdr: ipv6hdr to set the nexthdr value
118 * @hdr: ipv6hdr for setting nexthdr value.