Searched refs:topt (Results 1 – 4 of 4) sorted by relevance
21 class topt: class46 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_ALL286 set_type(topt.DISP_TIME)288 set_type(topt.DISP_MIG)290 set_type(topt.DISP_ISOLFREE)292 set_type(topt.DISP_ISOLMIG)
818 __be32 *topt; in tcp_v6_send_response() local849 topt = (__be32 *)(t1 + 1); in tcp_v6_send_response()852 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()854 *topt++ = htonl(tsval); in tcp_v6_send_response()855 *topt++ = htonl(tsecr); in tcp_v6_send_response()860 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()862 tcp_v6_md5_hash_hdr((__u8 *)topt, key, in tcp_v6_send_response()
7856 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local7859 if (topt->flags->val & topt->opt->bit) in trace_options_read()7871 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local7882 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()7884 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()7885 topt->opt, !val); in trace_options_write()8032 struct trace_option_dentry *topt, in create_trace_option_file() argument8042 topt->flags = flags; in create_trace_option_file()8043 topt->opt = opt; in create_trace_option_file()8044 topt->tr = tr; in create_trace_option_file()[all …]
1035 struct ip_vs_sync_conn_options *topt; in ip_vs_proc_seqopt() local1037 topt = (struct ip_vs_sync_conn_options *)p; in ip_vs_proc_seqopt()1047 ntoh_seq(&topt->in_seq, &opt->in_seq); in ip_vs_proc_seqopt()1048 ntoh_seq(&topt->out_seq, &opt->out_seq); in ip_vs_proc_seqopt()