Home
last modified time | relevance | path

Searched refs:topt (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/ipv4/
Dinet_lro.c80 __be32 *topt = (__be32 *)(tcph + 1); in lro_tcp_ip_check() local
82 if (*topt != htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in lro_tcp_ip_check()
88 topt++; in lro_tcp_ip_check()
90 ntohl(*topt))) in lro_tcp_ip_check()
94 topt++; in lro_tcp_ip_check()
95 if (*topt == 0) in lro_tcp_ip_check()
190 __be32 *topt; in lro_add_common() local
200 topt = (__be32 *) (tcph + 1); in lro_add_common()
201 lro_desc->tcp_rcv_tsecr = *(topt + 2); in lro_add_common()
/linux-3.4.99/kernel/trace/
Dtrace.c4448 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
4451 if (topt->flags->val & topt->opt->bit) in trace_options_read()
4463 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
4474 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
4476 ret = __set_tracer_option(current_trace, topt->flags, in trace_options_write()
4477 topt->opt, !val); in trace_options_write()
4583 create_trace_option_file(struct trace_option_dentry *topt, in create_trace_option_file() argument
4593 topt->flags = flags; in create_trace_option_file()
4594 topt->opt = opt; in create_trace_option_file()
4596 topt->entry = trace_create_file(opt->name, 0644, t_options, topt, in create_trace_option_file()
/linux-3.4.99/net/ipv6/
Dtcp_ipv6.c840 __be32 *topt; in tcp_v6_send_response() local
870 topt = (__be32 *)(t1 + 1); in tcp_v6_send_response()
873 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
875 *topt++ = htonl(tcp_time_stamp); in tcp_v6_send_response()
876 *topt++ = htonl(ts); in tcp_v6_send_response()
881 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
883 tcp_v6_md5_hash_hdr((__u8 *)topt, key, in tcp_v6_send_response()
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_sync.c905 struct ip_vs_sync_conn_options *topt; in ip_vs_proc_seqopt() local
907 topt = (struct ip_vs_sync_conn_options *)p; in ip_vs_proc_seqopt()
917 ntoh_seq(&topt->in_seq, &opt->in_seq); in ip_vs_proc_seqopt()
918 ntoh_seq(&topt->out_seq, &opt->out_seq); in ip_vs_proc_seqopt()