Home
last modified time | relevance | path

Searched refs:opt_flen (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dip6_output.c204 head_room = opt->opt_nflen + opt->opt_flen; in ip6_xmit()
217 if (opt->opt_flen) in ip6_xmit()
361 last_len += opt->opt_flen; in ip6_frag_xmit()
405 if (frag_len < opt->opt_flen) { in ip6_frag_xmit()
409 data_off = frag_off - opt->opt_flen; in ip6_frag_xmit()
460 if (nfrags == 0 && opt && opt->opt_flen) { in ip6_frag_xmit()
462 frag_len -= opt->opt_flen; in ip6_frag_xmit()
594 pktlength += opt->opt_flen + opt->opt_nflen; in ip6_build_xmit()
658 if (opt && opt->opt_flen) in ip6_build_xmit()
Dip6_flowlabel.c225 if (fopt == NULL || fopt->opt_flen == 0) in fl6_merge_options()
243 opt_space->opt_flen = fopt->opt_flen; in fl6_merge_options()
317 if (fl->opt->opt_flen) in fl_create()
Ddatagram.c352 opt->opt_flen += len; in datagram_send_ctl()
372 opt->opt_flen += len; in datagram_send_ctl()
414 opt->opt_flen -= dsthdrlen; in datagram_send_ctl()
Dipv6_sockglue.c304 tp->ext_header_len = opt->opt_flen + opt->opt_nflen; in ipv6_setsockopt()
Draw.c614 if (!(opt->opt_nflen|opt->opt_flen)) in rawv6_sendmsg()
Dudp.c885 if (!(opt->opt_nflen|opt->opt_flen)) in udpv6_sendmsg()
Dtcp_ipv6.c698 tp->ext_header_len = np->opt->opt_flen+np->opt->opt_nflen; in tcp_v6_connect()
1389 newtp->ext_header_len = np->opt->opt_nflen + np->opt->opt_flen; in tcp_v6_syn_recv_sock()
/linux-2.4.37.9/include/net/
Dipv6.h147 __u16 opt_flen; /* after fragment hdr */ member