Searched refs:exthdr (Results 1 – 6 of 6) sorted by relevance
82 struct ipv6_opt_hdr *exthdr = in ip6_find_1stfragopt() local110 offset += ipv6_optlen(exthdr); in ip6_find_1stfragopt()111 *nexthdr = &exthdr->nexthdr; in ip6_find_1stfragopt()112 exthdr = (struct ipv6_opt_hdr *)(skb_network_header(skb) + in ip6_find_1stfragopt()
266 struct ipv6_opt_hdr *exthdr = in mip6_destopt_offset() local302 offset += ipv6_optlen(exthdr); in mip6_destopt_offset()303 *nexthdr = &exthdr->nexthdr; in mip6_destopt_offset()304 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in mip6_destopt_offset()402 struct ipv6_opt_hdr *exthdr = in mip6_rthdr_offset() local437 offset += ipv6_optlen(exthdr); in mip6_rthdr_offset()438 *nexthdr = &exthdr->nexthdr; in mip6_rthdr_offset()439 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in mip6_rthdr_offset()
262 } exthdr = { .iph = iph }; in ipv6_clear_mutable_options() local263 char *end = exthdr.raw + len; in ipv6_clear_mutable_options()266 exthdr.iph++; in ipv6_clear_mutable_options()268 while (exthdr.raw < end) { in ipv6_clear_mutable_options()272 ipv6_rearrange_destopt(iph, exthdr.opth); in ipv6_clear_mutable_options()274 if (!zero_out_mutable_opts(exthdr.opth)) { in ipv6_clear_mutable_options()283 ipv6_rearrange_rthdr(iph, exthdr.rth); in ipv6_clear_mutable_options()290 nexthdr = exthdr.opth->nexthdr; in ipv6_clear_mutable_options()291 exthdr.raw += ipv6_optlen(exthdr.opth); in ipv6_clear_mutable_options()
125 struct ipv6_opt_hdr *exthdr; in _decode_session6() local149 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in _decode_session6()157 offset += ipv6_optlen(exthdr); in _decode_session6()158 nexthdr = exthdr->nexthdr; in _decode_session6()159 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in _decode_session6()194 offset += ipv6_optlen(exthdr); in _decode_session6()
937 struct tmComResExtDevDescrHeader *exthdr; in saa7164_api_dump_subdevs() local1241 exthdr = (struct tmComResExtDevDescrHeader *)(buf + idx); in saa7164_api_dump_subdevs()1243 exthdr->unitid); in saa7164_api_dump_subdevs()1245 exthdr->deviceid); in saa7164_api_dump_subdevs()1247 exthdr->devicetype); in saa7164_api_dump_subdevs()1248 if (exthdr->devicetype & 0x1) in saa7164_api_dump_subdevs()1250 if (exthdr->devicetype & 0x2) in saa7164_api_dump_subdevs()1252 if (exthdr->devicetype & 0x4) in saa7164_api_dump_subdevs()1254 if (exthdr->devicetype & 0x8) in saa7164_api_dump_subdevs()1256 if (exthdr->devicetype & 0x20) in saa7164_api_dump_subdevs()[all …]
466 tristate "Netfilter nf_tables IPv6 exthdr module"468 This option adds the "exthdr" expression that you can use to match