/kernel/linux/linux-5.10/include/net/ |
H A D | request_sock.h | 68 const struct request_sock_ops *rsk_ops; member 102 req->rsk_ops = ops; in reqsk_alloc() 117 req->rsk_ops->destructor(req); in __reqsk_free() 121 kmem_cache_free(req->rsk_ops->slab, req); in __reqsk_free()
|
H A D | tcp.h | 423 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops, 2029 int tcp_conn_request(struct request_sock_ops *rsk_ops,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | request_sock.h | 68 const struct request_sock_ops *rsk_ops; member 103 req->rsk_ops = ops; in reqsk_alloc() 119 req->rsk_ops->destructor(req); in __reqsk_free() 123 kmem_cache_free(req->rsk_ops->slab, req); in __reqsk_free()
|
H A D | tcp.h | 442 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops, 2112 int tcp_conn_request(struct request_sock_ops *rsk_ops,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | ninet_connection_sock.c | 51 req->rsk_ops->rtx_syn_ack(sk_listener, req); in ninet_reqsk_timer_handler()
|
H A D | tcp_nip_input.c | 1136 * rsk_ops: Functional interface to request control blocks. 1141 int _tcp_nip_conn_request(struct request_sock_ops *rsk_ops, in _tcp_nip_conn_request() argument 1179 req = ninet_reqsk_alloc(rsk_ops, sk, true); in _tcp_nip_conn_request()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_fastopen.c | 141 if (req->rsk_ops->family == AF_INET) { in __tcp_fastopen_cookie_gen_cipher() 152 if (req->rsk_ops->family == AF_INET6) { in __tcp_fastopen_cookie_gen_cipher()
|
H A D | tcp_minisocks.c | 721 req->rsk_ops->send_ack(sk, skb, req); in tcp_check_req() 807 req->rsk_ops->send_reset(sk, skb); in tcp_check_req()
|
H A D | inet_connection_sock.c | 705 int err = req->rsk_ops->rtx_syn_ack(parent, req); in inet_rtx_syn_ack() 794 req->rsk_ops->syn_ack_timeout(req); in reqsk_timer_handler()
|
H A D | tcp_metrics.c | 257 saddr.family = req->rsk_ops->family; in __tcp_get_metrics_req() 258 daddr.family = req->rsk_ops->family; in __tcp_get_metrics_req()
|
H A D | tcp_timer.c | 413 req->rsk_ops->syn_ack_timeout(req); in tcp_fastopen_synack_timer()
|
H A D | tcp_input.c | 6817 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops, in tcp_get_syncookie_mss() argument 6828 if (!tcp_syn_flood_action(sk, rsk_ops->slab_name)) in tcp_get_syncookie_mss() 6844 int tcp_conn_request(struct request_sock_ops *rsk_ops, in tcp_conn_request() argument 6867 want_cookie = tcp_syn_flood_action(sk, rsk_ops->slab_name); in tcp_conn_request() 6877 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request() 6935 rsk_ops->family); in tcp_conn_request()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_fastopen.c | 124 if (req->rsk_ops->family == AF_INET) { in __tcp_fastopen_cookie_gen_cipher() 135 if (req->rsk_ops->family == AF_INET6) { in __tcp_fastopen_cookie_gen_cipher()
|
H A D | inet_connection_sock.c | 884 int err = req->rsk_ops->rtx_syn_ack(parent, req); in inet_rtx_syn_ack() 898 nreq = kmem_cache_alloc(req->rsk_ops->slab, GFP_ATOMIC | __GFP_NOWARN); in inet_reqsk_clone() 913 req->rsk_ops->obj_size - offsetof(struct sock, sk_dontcopy_end)); in inet_reqsk_clone() 1059 req->rsk_ops->syn_ack_timeout(req); in reqsk_timer_handler()
|
H A D | tcp_minisocks.c | 746 req->rsk_ops->send_ack(sk, skb, req); in tcp_check_req() 835 req->rsk_ops->send_reset(sk, skb); in tcp_check_req()
|
H A D | tcp_metrics.c | 257 saddr.family = req->rsk_ops->family; in __tcp_get_metrics_req() 258 daddr.family = req->rsk_ops->family; in __tcp_get_metrics_req()
|
H A D | tcp_timer.c | 428 req->rsk_ops->syn_ack_timeout(req); in tcp_fastopen_synack_timer()
|
H A D | tcp_input.c | 6937 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops, in tcp_get_syncookie_mss() argument 6948 if (!tcp_syn_flood_action(sk, rsk_ops->slab_name)) in tcp_get_syncookie_mss() 6964 int tcp_conn_request(struct request_sock_ops *rsk_ops, in tcp_conn_request() argument 6987 want_cookie = tcp_syn_flood_action(sk, rsk_ops->slab_name); in tcp_conn_request() 6997 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request() 7050 rsk_ops->family); in tcp_conn_request()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | tcp_nip.h | 174 int _tcp_nip_conn_request(struct request_sock_ops *rsk_ops,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.h | 137 kmem_cache_free(req->rsk_ops->slab, req); in chtls_reqsk_free()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | minisocks.c | 204 req->rsk_ops->send_reset(sk, skb); in dccp_check_req()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.h | 137 kmem_cache_free(req->rsk_ops->slab, req); in chtls_reqsk_free()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | minisocks.c | 205 req->rsk_ops->send_reset(sk, skb); in dccp_check_req()
|
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_kapi.c | 1193 switch (req->rsk_ops->family) { in netlbl_req_setattr() 1255 switch (req->rsk_ops->family) { in netlbl_req_delattr()
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_kapi.c | 1193 switch (req->rsk_ops->family) { in netlbl_req_setattr() 1255 switch (req->rsk_ops->family) { in netlbl_req_delattr()
|