Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmptcp.h142 static inline bool rsk_drop_req(const struct request_sock *req) in rsk_drop_req() function
250 static inline bool rsk_drop_req(const struct request_sock *req) in rsk_drop_req() function
/linux/net/ipv4/
H A Dtcp_minisocks.c943 if (own_req && rsk_drop_req(req)) { in tcp_check_req()