Searched refs:opt_nflen (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_flowlabel.c283 opt_space->opt_nflen = fl_opt->opt_nflen;
285 if (fopt->opt_nflen == 0)
290 opt_space->opt_nflen = 0;
370 if (fl->opt->opt_nflen == 0) {
451 if (o1->opt_nflen != o2->opt_nflen)
714 fl->opt ? fl->opt->opt_nflen : 0);
H A Ddatagram.c688 opt->opt_nflen += len;
737 opt->opt_nflen += len;
779 opt->opt_nflen += len;
785 opt->opt_nflen += dsthdrlen;
H A Dip6_output.c205 head_room = opt->opt_nflen + opt->opt_flen;
223 if (opt->opt_nflen)
1150 np->cork.opt->opt_nflen = opt->opt_nflen;
1207 (opt ? opt->opt_nflen : 0);
1488 if (opt && opt->opt_nflen)
H A Dexthdrs.c845 opt2->opt_nflen = (opt2->hopopt ? ipv6_optlen(opt2->hopopt) : 0) +
868 opt->opt_nflen -= ipv6_optlen(opt->dst0opt);
H A Dipv6_sockglue.c88 icsk->icsk_ext_hdr_len = opt->opt_flen + opt->opt_nflen;
H A Dtcp_ipv6.c286 np->opt->opt_nflen);
1471 inet_csk(newsk)->icsk_ext_hdr_len = (newnp->opt->opt_nflen +
H A Dip6_tunnel.c770 opt->ops.opt_nflen = 8;
H A Draw.c825 if (!(opt->opt_nflen|opt->opt_flen))
H A Dudp.c1090 if (!(opt->opt_nflen|opt->opt_flen))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipv6.h184 __u16 opt_nflen; /* before fragment hdr */ member in struct:ipv6_txoptions
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dipv6.c627 inet_csk(newsk)->icsk_ext_hdr_len = (newnp->opt->opt_nflen +
1003 np->opt->opt_nflen);

Completed in 97 milliseconds