Searched refs:inet_csk_route_req (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_connection_sock.h251 extern struct dst_entry* inet_csk_route_req(struct sock *sk,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_connection_sock.c353 struct dst_entry *inet_csk_route_req(struct sock *sk, function
387 EXPORT_SYMBOL_GPL(inet_csk_route_req); variable
H A Dtcp_ipv4.c770 if (!dst && (dst = inet_csk_route_req(sk, req)) == NULL)
1352 (dst = inet_csk_route_req(sk, req)) != NULL &&
1422 if (!dst && (dst = inet_csk_route_req(sk, req)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dipv4.c390 if (dst == NULL && (dst = inet_csk_route_req(sk, req)) == NULL)
488 dst = inet_csk_route_req(sk, req);

Completed in 168 milliseconds