Home
last modified time | relevance | path

Searched refs:tcp_cookie_values (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/include/linux/
Dtcp.h280 struct tcp_cookie_values;
474 struct tcp_cookie_values *cookie_values;
496 struct tcp_cookie_values *tw_cookie_values;
/linux-3.3/net/ipv4/
Dtcp_minisocks.c436 struct tcp_cookie_values *oldcvp = oldtp->cookie_values; in tcp_create_openreq_child()
447 struct tcp_cookie_values *newcvp = in tcp_create_openreq_child()
Dtcp_output.c571 struct tcp_cookie_values *cvp = tp->cookie_values; in tcp_syn_options()
2435 const struct tcp_cookie_values *cvp = tp->cookie_values; in tcp_make_synack()
Dtcp.c2157 struct tcp_cookie_values *cvp = NULL; in do_tcp_setsockopt()
2592 struct tcp_cookie_values *cvp = tp->cookie_values; in do_tcp_getsockopt()
Dtcp_input.c5530 struct tcp_cookie_values *cvp = tp->cookie_values; in tcp_rcv_synsent_state_process()
/linux-3.3/include/net/
Dtcp.h1527 struct tcp_cookie_values { struct
1542 kfree(container_of(kref, struct tcp_cookie_values, kref)); in tcp_cookie_values_release() argument