Searched refs:topt (Results 1 – 5 of 5) 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)
81 __be32 *topt = (__be32 *)(tcph + 1); in lro_tcp_ip_check() local83 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() local199 topt = (__be32 *) (tcph + 1); in lro_add_common()200 lro_desc->tcp_rcv_tsecr = *(topt + 2); in lro_add_common()
749 __be32 *topt; in tcp_v6_send_response() local779 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()
6176 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local6179 if (topt->flags->val & topt->opt->bit) in trace_options_read()6191 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local6202 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() argument6362 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 …]
1029 struct ip_vs_sync_conn_options *topt; in ip_vs_proc_seqopt() local1031 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()