Searched refs:rsk_ops (Results 1 – 8 of 8) sorted by relevance
| /linux/net/ipv4/ |
| H A D | inet_connection_sock.c | 866 req->rsk_ops = ops; in reqsk_alloc_noprof() 906 req->rsk_ops->destructor(req); in __reqsk_free() 910 kmem_cache_free(req->rsk_ops->slab, req); in __reqsk_free() 919 nreq = kmem_cache_alloc(req->rsk_ops->slab, GFP_ATOMIC | __GFP_NOWARN); in inet_reqsk_clone() 934 req->rsk_ops->obj_size - offsetof(struct sock, sk_dontcopy_end), in inet_reqsk_clone()
|
| H A D | tcp_fastopen.c | 212 if (req->rsk_ops->family == AF_INET) { in __tcp_fastopen_cookie_gen_cipher() 223 if (req->rsk_ops->family == AF_INET6) { in __tcp_fastopen_cookie_gen_cipher()
|
| H A D | tcp_minisocks.c | 854 req->rsk_ops->send_ack(sk, skb, req); in tcp_check_req() 971 req->rsk_ops->send_reset(sk, skb, SK_RST_REASON_INVALID_SYN); in tcp_check_req()
|
| H A D | tcp_input.c | 4102 req->rsk_ops->send_ack(sk, skb, req); in tcp_reqsk_send_challenge_ack() 7594 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops, in tcp_get_syncookie_mss() argument 7605 if (!tcp_syn_flood_action(sk, rsk_ops->slab_name)) in tcp_get_syncookie_mss() 7620 int tcp_conn_request(struct request_sock_ops *rsk_ops, in tcp_conn_request() argument 7650 rsk_ops->slab_name); in tcp_conn_request() 7661 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request() 7731 rsk_ops->family); in tcp_conn_request()
|
| /linux/net/dccp/ |
| H A D | minisocks.c | |
| /linux/net/netlabel/ |
| H A D | netlabel_kapi.c | 1223 switch (req->rsk_ops->family) { in netlbl_req_setattr() 1285 switch (req->rsk_ops->family) { in netlbl_req_delattr()
|
| /linux/net/mptcp/ |
| H A D | subflow.c | 967 req->rsk_ops->send_reset(sk, skb, reason); in subflow_syn_recv_sock()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 5845 u16 family = req->rsk_ops->family; in selinux_inet_conn_request() 5875 selinux_netlbl_inet_csk_clone(newsk, req->rsk_ops->family); in selinux_inet_csk_clone()
|