Searched refs:exthdr (Results 1 – 6 of 6) sorted by relevance
80 struct ipv6_opt_hdr *exthdr = in ip6_find_1stfragopt() local108 offset += ipv6_optlen(exthdr); in ip6_find_1stfragopt()109 *nexthdr = &exthdr->nexthdr; in ip6_find_1stfragopt()110 exthdr = (struct ipv6_opt_hdr *)(skb_network_header(skb) + in ip6_find_1stfragopt()
268 struct ipv6_opt_hdr *exthdr = in mip6_destopt_offset() local304 offset += ipv6_optlen(exthdr); in mip6_destopt_offset()305 *nexthdr = &exthdr->nexthdr; in mip6_destopt_offset()306 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in mip6_destopt_offset()404 struct ipv6_opt_hdr *exthdr = in mip6_rthdr_offset() local439 offset += ipv6_optlen(exthdr); in mip6_rthdr_offset()440 *nexthdr = &exthdr->nexthdr; in mip6_rthdr_offset()441 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()
133 struct ipv6_opt_hdr *exthdr; in _decode_session6() local157 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in _decode_session6()165 offset += ipv6_optlen(exthdr); in _decode_session6()166 nexthdr = exthdr->nexthdr; in _decode_session6()167 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in _decode_session6()201 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 …]
452 tristate "Netfilter nf_tables IPv6 exthdr module"454 This option adds the "exthdr" expression that you can use to match