Home
last modified time | relevance | path

Searched refs:rsk_ops (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/include/net/
Drequest_sock.h61 const struct request_sock_ops *rsk_ops; member
95 req->rsk_ops = ops; in reqsk_alloc()
110 req->rsk_ops->destructor(req); in __reqsk_free()
114 kmem_cache_free(req->rsk_ops->slab, req); in __reqsk_free()
Dtcp.h424 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops,
1932 int tcp_conn_request(struct request_sock_ops *rsk_ops,
/Linux-v5.4/net/ipv4/
Dtcp_fastopen.c118 if (req->rsk_ops->family == AF_INET) { in __tcp_fastopen_cookie_gen_cipher()
129 if (req->rsk_ops->family == AF_INET6) { in __tcp_fastopen_cookie_gen_cipher()
Dtcp_minisocks.c716 req->rsk_ops->send_ack(sk, skb, req); in tcp_check_req()
793 req->rsk_ops->send_reset(sk, skb); in tcp_check_req()
Dtcp_metrics.c237 saddr.family = req->rsk_ops->family; in __tcp_get_metrics_req()
238 daddr.family = req->rsk_ops->family; in __tcp_get_metrics_req()
Dinet_connection_sock.c643 int err = req->rsk_ops->rtx_syn_ack(parent, req); in inet_rtx_syn_ack()
734 req->rsk_ops->syn_ack_timeout(req); in reqsk_timer_handler()
Dtcp_timer.c396 req->rsk_ops->syn_ack_timeout(req); in tcp_fastopen_synack_timer()
Dtcp_input.c6521 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops, in tcp_get_syncookie_mss() argument
6532 if (!tcp_syn_flood_action(sk, rsk_ops->slab_name)) in tcp_get_syncookie_mss()
6548 int tcp_conn_request(struct request_sock_ops *rsk_ops, in tcp_conn_request() argument
6569 want_cookie = tcp_syn_flood_action(sk, rsk_ops->slab_name); in tcp_conn_request()
6579 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
6631 rsk_ops->family); in tcp_conn_request()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.h139 kmem_cache_free(req->rsk_ops->slab, req); in chtls_reqsk_free()
Dchtls_cm.c475 if (req->rsk_ops == &chtls_rsk_ops) { in chtls_disconnect_acceptq()
/Linux-v5.4/net/dccp/
Dminisocks.c202 req->rsk_ops->send_reset(sk, skb); in dccp_check_req()
/Linux-v5.4/net/netlabel/
Dnetlabel_kapi.c1184 switch (req->rsk_ops->family) { in netlbl_req_setattr()
1246 switch (req->rsk_ops->family) { in netlbl_req_delattr()
/Linux-v5.4/security/selinux/
Dhooks.c5354 u16 family = req->rsk_ops->family; in selinux_inet_conn_request()
5384 selinux_netlbl_inet_csk_clone(newsk, req->rsk_ops->family); in selinux_inet_csk_clone()