Searched refs:sk_prot (Results 51 - 59 of 59) sorted by relevance

123

/linux-master/net/core/
H A Dskmsg.c723 prot = READ_ONCE(sk->sk_prot);
H A Dfilter.c11700 if (sk && sk->sk_prot == &tcp_prot && sk->sk_state == TCP_TIME_WAIT)
11705 if (sk && sk->sk_prot == &tcpv6_prot && sk->sk_state == TCP_TIME_WAIT)
11723 if (sk && sk->sk_prot == &tcp_prot && sk->sk_state == TCP_NEW_SYN_RECV)
11728 if (sk && sk->sk_prot == &tcpv6_prot && sk->sk_state == TCP_NEW_SYN_RECV)
12099 if (!sk->sk_prot->diag_destroy || (sk->sk_protocol != IPPROTO_TCP &&
12103 return sk->sk_prot->diag_destroy(sk, ECONNABORTED);
/linux-master/net/tls/
H A Dtls_device.c378 READ_ONCE(sk->sk_prot)->enter_memory_pressure(sk);
/linux-master/net/netrom/
H A Daf_netrom.c481 sk = sk_alloc(sock_net(osk), PF_NETROM, GFP_ATOMIC, osk->sk_prot, 0);
/linux-master/net/phonet/
H A Dpep.c838 newsk = sk_alloc(sock_net(sk), PF_PHONET, GFP_KERNEL, sk->sk_prot,
/linux-master/net/xdp/
H A Dxsk.c1119 sock_prot_inuse_add(net, sk->sk_prot, -1);
/linux-master/net/ax25/
H A Daf_ax25.c919 sk = sk_alloc(sock_net(osk), PF_AX25, GFP_ATOMIC, osk->sk_prot, 0);
/linux-master/net/sctp/
H A Dsocket.c5083 sock_prot_inuse_add(net, sk->sk_prot, 1);
5111 sock_prot_inuse_add(sock_net(sk), sk->sk_prot, -1);
9468 newsk->sk_backlog_rcv = sk->sk_prot->backlog_rcv;
9508 ancestor_size += sk_from->sk_prot->obj_size;
/linux-master/net/packet/
H A Daf_packet.c3138 sock_prot_inuse_add(net, sk->sk_prot, -1);

Completed in 460 milliseconds

123