Home
last modified time | relevance | path

Searched refs:open_request (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/include/net/
Dtcp_ecn.h41 TCP_ECN_make_synack(struct open_request *req, struct tcphdr *th) in TCP_ECN_make_synack()
120 TCP_ECN_openreq_child(struct tcp_opt *tp, struct open_request *req) in TCP_ECN_openreq_child()
126 TCP_ECN_create_request(struct open_request *req, struct tcphdr *th) in TCP_ECN_create_request()
Dtcp.h501 struct open_request;
505 int (*rtx_syn_ack) (struct sock *sk, struct open_request *req, struct dst_entry*);
506 void (*send_ack) (struct sk_buff *skb, struct open_request *req);
507 void (*destructor) (struct open_request *req);
527 struct open_request { struct
528 struct open_request *dl_next; /* Must be first member! */ argument
563 static inline void tcp_openreq_free(struct open_request *req) in tcp_openreq_free() argument
603 struct open_request *req,
746 struct open_request *req,
747 struct open_request **prev);
[all …]
Dsock.h429 struct open_request *accept_queue;
430 struct open_request *accept_queue_tail;
/linux-2.4.37.9/net/khttpd/
Duserspace.c168 static void dummy_destructor(struct open_request *req) in dummy_destructor()
183 struct open_request *req; in AddSocketToAcceptQueue()
/linux-2.4.37.9/net/ipv4/
Dsyncookies.c96 struct open_request *req, in get_cookie_sock()
116 struct open_request *req; in cookie_v4_check()
Dtcp_ipv4.c879 static struct open_request *tcp_v4_search_req(struct tcp_opt *tp, in tcp_v4_search_req()
880 struct open_request ***prevp, in tcp_v4_search_req()
885 struct open_request *req, **prev; in tcp_v4_search_req()
903 static void tcp_v4_synq_add(struct sock *sk, struct open_request *req) in tcp_v4_synq_add()
1053 struct open_request *req, **prev; in tcp_v4_err()
1260 static void tcp_v4_or_send_ack(struct sk_buff *skb, struct open_request *req) in tcp_v4_or_send_ack()
1266 static struct dst_entry* tcp_v4_route_req(struct sock *sk, struct open_request *req) in tcp_v4_route_req()
1293 static int tcp_v4_send_synack(struct sock *sk, struct open_request *req, in tcp_v4_send_synack()
1327 static void tcp_v4_or_free(struct open_request *req) in tcp_v4_or_free()
1393 struct open_request *req; in tcp_v4_conn_request()
[all …]
Dtcp_minisocks.c643 struct sock *tcp_create_openreq_child(struct sock *sk, struct open_request *req, struct sk_buff *sk… in tcp_create_openreq_child()
803 struct open_request *req, in tcp_check_req()
804 struct open_request **prev) in tcp_check_req()
Dtcp.c586 struct open_request *acc_req = tp->accept_queue; in tcp_listen_stop()
587 struct open_request *req; in tcp_listen_stop()
2205 struct open_request *req; in tcp_accept()
2554 sizeof(struct open_request), in tcp_init()
Dtcp_timer.c473 struct open_request **reqp, *req; in tcp_synack_timer()
Dtcp_output.c1121 struct open_request *req) in tcp_make_synack()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c57 static void tcp_v6_or_send_ack(struct sk_buff *skb, struct open_request *req);
394 static struct open_request *tcp_v6_search_req(struct tcp_opt *tp, in tcp_v6_search_req()
395 struct open_request ***prevp, in tcp_v6_search_req()
402 struct open_request *req, **prev; in tcp_v6_search_req()
809 struct open_request *req, **prev; in tcp_v6_err()
860 static int tcp_v6_send_synack(struct sock *sk, struct open_request *req, in tcp_v6_send_synack()
918 static void tcp_v6_or_free(struct open_request *req) in tcp_v6_or_free()
1108 static void tcp_v6_or_send_ack(struct sk_buff *skb, struct open_request *req) in tcp_v6_or_send_ack()
1116 struct open_request *req, **prev; in tcp_v6_hnd_req()
1149 static void tcp_v6_synq_add(struct sock *sk, struct open_request *req) in tcp_v6_synq_add()
[all …]