Searched refs:topt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_lro.c80 __be32 *topt = (__be32 *)(tcph + 1); local
82 if (*topt != htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16)
88 topt++;
90 ntohl(*topt)))
94 topt++;
95 if (*topt == 0)
193 __be32 *topt; local
203 topt = (__be32 *) (tcph + 1);
204 lro_desc->tcp_rcv_tsecr = *(topt + 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dmake_vms.com82 $ open/write topt tmp.opt
90 $ close topt
246 $ close/nolog topt
406 $ if f$trnlnm(topt) then write topt "gnu_cc:[000000]gcclib.olb/lib"
410 $ if f$trnlnm(topt) then write topt "sys$share:vaxcrtl.exe/share"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dmake_vms.com82 $ open/write topt tmp.opt
90 $ close topt
246 $ close/nolog topt
406 $ if f$trnlnm(topt) then write topt "gnu_cc:[000000]gcclib.olb/lib"
410 $ if f$trnlnm(topt) then write topt "sys$share:vaxcrtl.exe/share"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.c4050 struct trace_option_dentry *topt = filp->private_data; local
4053 if (topt->flags->val & topt->opt->bit)
4065 struct trace_option_dentry *topt = filp->private_data; local
4085 if (!!(topt->flags->val & topt->opt->bit) != val) {
4087 ret = __set_tracer_option(current_trace, topt->flags,
4088 topt->opt, !val);
4197 create_trace_option_file(struct trace_option_dentry *topt, argument
4207 topt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c999 __be32 *topt; local
1029 topt = (__be32 *)(t1 + 1);
1032 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
1034 *topt++ = htonl(tcp_time_stamp);
1035 *topt++ = htonl(ts);
1040 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
1042 tcp_v6_md5_hash_hdr((__u8 *)topt, key,

Completed in 90 milliseconds