Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dinet_lro.c81 __be32 *topt = (__be32 *)(tcph + 1); in lro_tcp_ip_check() local
83 if (*topt != htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) in lro_tcp_ip_check()
89 topt++; in lro_tcp_ip_check()
91 ntohl(*topt))) in lro_tcp_ip_check()
95 topt++; in lro_tcp_ip_check()
96 if (*topt == 0) in lro_tcp_ip_check()
189 __be32 *topt; in lro_add_common() local
199 topt = (__be32 *) (tcph + 1); in lro_add_common()
200 lro_desc->tcp_rcv_tsecr = *(topt + 2); in lro_add_common()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c746 __be32 *topt; in tcp_v6_send_response() local
776 topt = (__be32 *)(t1 + 1); in tcp_v6_send_response()
779 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
781 *topt++ = htonl(tsval); in tcp_v6_send_response()
782 *topt++ = htonl(tsecr); in tcp_v6_send_response()
787 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
789 tcp_v6_md5_hash_hdr((__u8 *)topt, key, in tcp_v6_send_response()
/linux-4.1.27/kernel/trace/
Dtrace.c6148 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
6151 if (topt->flags->val & topt->opt->bit) in trace_options_read()
6163 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
6174 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
6176 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
6177 topt->opt, !val); in trace_options_write()
6284 struct trace_option_dentry *topt, in create_trace_option_file() argument
6294 topt->flags = flags; in create_trace_option_file()
6295 topt->opt = opt; in create_trace_option_file()
6296 topt->tr = tr; in create_trace_option_file()
[all …]
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_sync.c1029 struct ip_vs_sync_conn_options *topt; in ip_vs_proc_seqopt() local
1031 topt = (struct ip_vs_sync_conn_options *)p; in ip_vs_proc_seqopt()
1041 ntoh_seq(&topt->in_seq, &opt->in_seq); in ip_vs_proc_seqopt()
1042 ntoh_seq(&topt->out_seq, &opt->out_seq); in ip_vs_proc_seqopt()