Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/scripts/python/
Dcompaction-times.py21 class topt: class
46 opt_disp = (t if opt_disp == topt.DISP_ALL else opt_disp|t)
86 if (opt_disp & topt.DISP_MIG):
89 if (opt_disp & topt.DISP_ISOLFREE):
92 if (opt_disp & topt.DISP_ISOLMIG):
266 opt_disp = topt.DISP_ALL
286 set_type(topt.DISP_TIME)
288 set_type(topt.DISP_MIG)
290 set_type(topt.DISP_ISOLFREE)
292 set_type(topt.DISP_ISOLMIG)
/linux-4.4.14/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.4.14/net/ipv6/
Dtcp_ipv6.c749 __be32 *topt; in tcp_v6_send_response() local
779 topt = (__be32 *)(t1 + 1); in tcp_v6_send_response()
782 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
784 *topt++ = htonl(tsval); in tcp_v6_send_response()
785 *topt++ = htonl(tsecr); in tcp_v6_send_response()
790 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
792 tcp_v6_md5_hash_hdr((__u8 *)topt, key, in tcp_v6_send_response()
/linux-4.4.14/kernel/trace/
Dtrace.c6176 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
6179 if (topt->flags->val & topt->opt->bit) in trace_options_read()
6191 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
6202 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
6204 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
6205 topt->opt, !val); in trace_options_write()
6352 struct trace_option_dentry *topt, in create_trace_option_file() argument
6362 topt->flags = flags; in create_trace_option_file()
6363 topt->opt = opt; in create_trace_option_file()
6364 topt->tr = tr; in create_trace_option_file()
[all …]
/linux-4.4.14/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()