Symbol: sk_listener
include/net/inet_sock.h
404
struct sock *sk_listener,
include/net/mptcp.h
217
const struct sock *sk_listener,
include/net/mptcp.h
220
struct sock *sk_listener,
include/net/mptcp.h
304
const struct sock *sk_listener,
include/net/mptcp.h
311
struct sock *sk_listener,
include/net/tcp.h
1779
const struct sock *sk_listener,
net/ipv4/inet_connection_sock.c
1031
struct sock *sk_listener = req->rsk_listener;
net/ipv4/inet_connection_sock.c
1037
if (inet_sk_state_load(sk_listener) != TCP_LISTEN) {
net/ipv4/inet_connection_sock.c
1040
nsk = reuseport_migrate_sock(sk_listener, req_to_sk(req), NULL);
net/ipv4/inet_connection_sock.c
1058
sk_listener = nsk;
net/ipv4/inet_connection_sock.c
1061
icsk = inet_csk(sk_listener);
net/ipv4/inet_connection_sock.c
1062
net = sock_net(sk_listener);
net/ipv4/inet_connection_sock.c
1084
if ((qlen << 1) > max(8U, READ_ONCE(sk_listener->sk_max_ack_backlog))) {
net/ipv4/inet_connection_sock.c
1101
!tcp_rtx_synack(sk_listener, req) ||
net/ipv4/inet_connection_sock.c
1114
__inet_csk_reqsk_queue_drop(sk_listener, nreq, true);
net/ipv4/inet_connection_sock.c
1140
__inet_csk_reqsk_queue_drop(sk_listener, oreq, true);
net/ipv4/inet_connection_sock.c
853
reqsk_alloc_noprof(const struct request_sock_ops *ops, struct sock *sk_listener,
net/ipv4/inet_connection_sock.c
863
if (unlikely(!refcount_inc_not_zero(&sk_listener->sk_refcnt))) {
net/ipv4/inet_connection_sock.c
867
req->rsk_listener = sk_listener;
net/ipv4/inet_connection_sock.c
870
req_to_sk(req)->sk_prot = sk_listener->sk_prot;
net/ipv4/inet_connection_sock.c
885
struct sock *sk_listener,
net/ipv4/inet_connection_sock.c
888
struct request_sock *req = reqsk_alloc(ops, sk_listener,
net/ipv4/inet_connection_sock.c
900
write_pnet(&ireq->ireq_net, sock_net(sk_listener));
net/ipv4/inet_connection_sock.c
901
ireq->ireq_family = sk_listener->sk_family;
net/ipv4/tcp_ipv4.c
1630
const struct sock *sk_listener,
net/ipv4/tcp_ipv4.c
1634
struct net *net = sock_net(sk_listener);
net/ipv4/tcp_minisocks.c
434
const struct sock *sk_listener,
net/ipv4/tcp_minisocks.c
438
const struct tcp_sock *tp = tcp_sk(sk_listener);
net/ipv4/tcp_minisocks.c
439
int full_space = tcp_full_space(sk_listener);
net/ipv4/tcp_minisocks.c
451
if (sk_listener->sk_userlocks & SOCK_RCVBUF_LOCK &&
net/ipv4/tcp_minisocks.c
462
tcp_select_initial_window(sk_listener, full_space,
net/ipv6/tcp_ipv6.c
752
const struct sock *sk_listener,
net/ipv6/tcp_ipv6.c
758
const struct ipv6_pinfo *np = tcp_inet6_sk(sk_listener);
net/ipv6/tcp_ipv6.c
766
if ((!sk_listener->sk_bound_dev_if || l3_slave) &&
net/ipv6/tcp_ipv6.c
771
(ipv6_opt_accepted(sk_listener, skb, &TCP_SKB_CB(skb)->header.h6) ||
net/ipv6/tcp_ipv6.c
774
np->rxopt.bits.rxohlim || inet6_test_bit(REPFLOW, sk_listener))) {
net/mptcp/subflow.c
108
static void subflow_init_req(struct request_sock *req, const struct sock *sk_listener)
net/mptcp/subflow.c
114
subflow_req->csum_reqd = mptcp_is_checksum_enabled(sock_net(sk_listener));
net/mptcp/subflow.c
115
subflow_req->allow_join_id0 = mptcp_allow_join_id0(sock_net(sk_listener));
net/mptcp/subflow.c
148
const struct sock *sk_listener,
net/mptcp/subflow.c
151
struct mptcp_subflow_context *listener = mptcp_subflow_ctx(sk_listener);
net/mptcp/subflow.c
162
if (rcu_access_pointer(tcp_sk(sk_listener)->md5sig_info)) {
net/mptcp/subflow.c
234
if (subflow_use_different_sport(subflow_req->msk, sk_listener)) {
net/mptcp/subflow.c
236
ntohs(inet_sk(sk_listener)->inet_sport),
net/mptcp/subflow.c
238
if (!mptcp_pm_sport_in_anno_list(subflow_req->msk, sk_listener)) {
net/mptcp/subflow.c
266
const struct sock *sk_listener,
net/mptcp/subflow.c
269
struct mptcp_subflow_context *listener = mptcp_subflow_ctx(sk_listener);
net/mptcp/subflow.c
275
subflow_init_req(req, sk_listener);
net/mptcp/subflow.c
738
struct sock *sk_listener,
net/mptcp/subflow.c
748
return inet_reqsk_alloc(ops, sk_listener, attach_listener);
security/selinux/hooks.c
5923
if (sk_listener(sk))
security/selinux/hooks.c
6020
!(sk && sk_listener(sk)))
security/selinux/hooks.c
6038
} else if (sk_listener(sk)) {
tools/testing/selftests/bpf/progs/bpf_qdisc_fq.c
279
if (!sk || sk_listener(sk)) {