Symbol: ipv6_optlen
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13932
hdrlen = ipv6_optlen(hp);
drivers/net/geneve.c
504
len = ipv6_optlen(opth);
drivers/net/wireless/intel/iwlwifi/mld/tx.c
256
off += ipv6_optlen(hp);
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
90
off += ipv6_optlen(hp);
net/core/skbuff.c
5962
off += ipv6_optlen(hp);
net/ipv6/ah6.c
133
int len = ipv6_optlen(opthdr);
net/ipv6/ah6.c
177
int len = ipv6_optlen(destopt);
net/ipv6/ah6.c
303
exthdr.raw += ipv6_optlen(exthdr.opth);
net/ipv6/calipso.c
1086
opt_len = ipv6_optlen(hop);
net/ipv6/calipso.c
1406
old_hop_len = ipv6_optlen(old_hop);
net/ipv6/calipso.c
807
unsigned int opt_len = ipv6_optlen(opt), tlv_len;
net/ipv6/calipso.c
849
opt_len = ipv6_optlen(hop);
net/ipv6/calipso.c
913
hop_len = ipv6_optlen(hop);
net/ipv6/calipso.c
977
hop_len = ipv6_optlen(hop);
net/ipv6/datagram.c
929
opt->opt_flen -= ipv6_optlen(opt->dst1opt);
net/ipv6/datagram.c
934
opt->opt_nflen -= ipv6_optlen(opt->dst0opt);
net/ipv6/datagram.c
987
opt->opt_nflen -= ipv6_optlen(opt->dst0opt);
net/ipv6/esp6_offload.c
47
off += ipv6_optlen(exthdr);
net/ipv6/exthdrs.c
1181
struct ipv6_opt_hdr *h = skb_push(skb, ipv6_optlen(opt));
net/ipv6/exthdrs.c
1183
memcpy(h, opt, ipv6_optlen(opt));
net/ipv6/exthdrs.c
1248
memcpy(*p, src, ipv6_optlen(src));
net/ipv6/exthdrs.c
1250
*p += CMSG_ALIGN(ipv6_optlen(*dest));
net/ipv6/exthdrs.c
1283
tot_len += CMSG_ALIGN(ipv6_optlen(opt->hopopt));
net/ipv6/exthdrs.c
1285
tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt));
net/ipv6/exthdrs.c
1287
tot_len += CMSG_ALIGN(ipv6_optlen(opt->srcrt));
net/ipv6/exthdrs.c
1289
tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt));
net/ipv6/exthdrs.c
1293
tot_len += CMSG_ALIGN(ipv6_optlen(newopt));
net/ipv6/exthdrs.c
1322
opt2->opt_nflen = (opt2->hopopt ? ipv6_optlen(opt2->hopopt) : 0) +
net/ipv6/exthdrs.c
1323
(opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) +
net/ipv6/exthdrs.c
1324
(opt2->srcrt ? ipv6_optlen(opt2->srcrt) : 0);
net/ipv6/exthdrs.c
1325
opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) : 0);
net/ipv6/exthdrs.c
1342
opt->opt_nflen -= ipv6_optlen(opt->dst0opt);
net/ipv6/exthdrs_core.c
105
hdrlen = ipv6_optlen(hp);
net/ipv6/exthdrs_core.c
271
hdrlen = ipv6_optlen(hp);
net/ipv6/ip6_offload.c
196
optlen = ipv6_optlen(opth);
net/ipv6/ip6_offload.c
44
len = ipv6_optlen(opth);
net/ipv6/ip6_offload.c
78
len = ipv6_optlen(opth);
net/ipv6/ip6_tunnel.c
417
optlen = ipv6_optlen(hdr);
net/ipv6/ipv6_sockglue.c
1012
len = min_t(unsigned int, len, ipv6_optlen(hdr));
net/ipv6/ipv6_sockglue.c
330
if (unlikely(ipv6_optlen(new) > optlen)) {
net/ipv6/netfilter/ip6t_hbh.c
75
hdrlen = ipv6_optlen(oh);
net/ipv6/netfilter/ip6t_ipv6header.c
76
hdrlen = ipv6_optlen(hp);
net/ipv6/netfilter/ip6t_rt.c
57
hdrlen = ipv6_optlen(rh);
net/ipv6/netfilter/ip6t_srh.c
131
hdrlen = ipv6_optlen(srh);
net/ipv6/netfilter/ip6t_srh.c
37
hdrlen = ipv6_optlen(srh);
net/ipv6/netfilter/nf_conntrack_reasm.c
425
hdrlen = ipv6_optlen(&hdr);
net/ipv6/output_core.c
93
offset += ipv6_optlen(exthdr);
net/ipv6/seg6_iptunnel.c
219
int hdrlen = ipv6_optlen(osrh);
net/ipv6/seg6_local.c
642
srhlen = ipv6_optlen(srh);
net/ipv6/seg6_local.c
724
off += ipv6_optlen(hp);
net/netfilter/nf_flow_table_ip.c
696
hopt = skb_push(skb, ipv6_optlen(opt.ops.dst1opt));
net/netfilter/nf_flow_table_ip.c
697
memcpy(hopt, opt.ops.dst1opt, ipv6_optlen(opt.ops.dst1opt));
net/netfilter/nf_log_syslog.c
623
hdrlen = ipv6_optlen(hp);
net/openvswitch/flow.c
377
start += ipv6_optlen(hp);
net/sched/act_csum.c
515
ixhl = ipv6_optlen(ip6xh);
net/xfrm/xfrm_output.c
131
offset += ipv6_optlen(exthdr);