Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_connection_sock.c867 req->rsk_ops = ops; in reqsk_alloc_noprof()
908 req->rsk_ops->destructor(req); in __reqsk_free()
912 kmem_cache_free(req->rsk_ops->slab, req); in __reqsk_free()
922 nreq = kmem_cache_alloc(req->rsk_ops->slab, GFP_ATOMIC | __GFP_NOWARN); in inet_reqsk_clone()
937 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.c856 req->rsk_ops->send_ack(sk, skb, req); in tcp_check_req()
963 req->rsk_ops->send_reset(sk, skb, SK_RST_REASON_INVALID_SYN); in tcp_check_req()
H A Dtcp_metrics.c257 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 Dtcp_input.c7561 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops, in tcp_get_syncookie_mss() argument
7572 if (!tcp_syn_flood_action(sk, rsk_ops->slab_name)) in tcp_get_syncookie_mss()
7587 int tcp_conn_request(struct request_sock_ops *rsk_ops, in tcp_conn_request() argument
7620 rsk_ops->slab_name); in tcp_conn_request()
7631 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
7692 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/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c521 if (req->rsk_ops == &chtls_rsk_ops || in chtls_disconnect_acceptq()
522 req->rsk_ops == &chtls_rsk_opsv6) { in chtls_disconnect_acceptq()
/linux/include/net/
H A Dtcp.h549 u16 tcp_get_syncookie_mss(struct request_sock_ops *rsk_ops,
2490 int tcp_conn_request(struct request_sock_ops *rsk_ops,
/linux/net/mptcp/
H A Dsubflow.c963 req->rsk_ops->send_reset(sk, skb, reason); in subflow_syn_recv_sock()
/linux/security/selinux/
H A Dhooks.c5823 u16 family = req->rsk_ops->family; in selinux_tun_dev_attach()
5853 selinux_netlbl_inet_csk_clone(newsk, req->rsk_ops->family); in selinux_ip_forward()