Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_connection_sock.c866 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 Dtcp_fastopen.c212 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 Dtcp_minisocks.c854 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 Dtcp_input.c4102 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 Dminisocks.c
/linux/net/netlabel/
H A Dnetlabel_kapi.c1223 switch (req->rsk_ops->family) { in netlbl_req_setattr()
1285 switch (req->rsk_ops->family) { in netlbl_req_delattr()
/linux/net/mptcp/
H A Dsubflow.c967 req->rsk_ops->send_reset(sk, skb, reason); in subflow_syn_recv_sock()
/linux/security/selinux/
H A Dhooks.c5845 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()