Home
last modified time | relevance | path

Searched refs:inet_reqsk_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/net/
Dinet_sock.h230 static inline struct request_sock *inet_reqsk_alloc(struct request_sock_ops *ops) in inet_reqsk_alloc() function
/linux-3.4.99/net/ipv4/
Dsyncookies.c302 req = inet_reqsk_alloc(&tcp_request_sock_ops); /* for safety */ in cookie_v4_check()
Dtcp_ipv4.c1296 req = inet_reqsk_alloc(&tcp_request_sock_ops); in tcp_v4_conn_request()
/linux-3.4.99/net/dccp/
Dipv4.c620 req = inet_reqsk_alloc(&dccp_request_sock_ops); in dccp_v4_conn_request()