Home
last modified time | relevance | path

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

/net/ipv6/
Dtcp_ipv6.c903 __be32 mrst = 0, *topt; in tcp_v6_send_response() local
944 topt = (__be32 *)(t1 + 1); in tcp_v6_send_response()
947 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
949 *topt++ = htonl(tsval); in tcp_v6_send_response()
950 *topt++ = htonl(tsecr); in tcp_v6_send_response()
954 *topt++ = mrst; in tcp_v6_send_response()
958 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
960 tcp_v6_md5_hash_hdr((__u8 *)topt, key, in tcp_v6_send_response()
/net/netfilter/ipvs/
Dip_vs_sync.c1032 struct ip_vs_sync_conn_options *topt; in ip_vs_proc_seqopt() local
1034 topt = (struct ip_vs_sync_conn_options *)p; in ip_vs_proc_seqopt()
1044 ntoh_seq(&topt->in_seq, &opt->in_seq); in ip_vs_proc_seqopt()
1045 ntoh_seq(&topt->out_seq, &opt->out_seq); in ip_vs_proc_seqopt()