Searched refs:usk (Results 1 – 2 of 2) sorted by relevance
109 struct sock *usk; in rxrpc_open_socket() local124 usk = local->socket->sk; in rxrpc_open_socket()125 inet_sk(usk)->mc_loop = 0; in rxrpc_open_socket()128 inet_inc_convert_csum(usk); in rxrpc_open_socket()130 rcu_assign_sk_user_data(usk, local); in rxrpc_open_socket()132 udp_sk(usk)->encap_type = UDP_ENCAP_RXRPC; in rxrpc_open_socket()133 udp_sk(usk)->encap_rcv = rxrpc_input_packet; in rxrpc_open_socket()134 udp_sk(usk)->encap_destroy = NULL; in rxrpc_open_socket()135 udp_sk(usk)->gro_receive = NULL; in rxrpc_open_socket()136 udp_sk(usk)->gro_complete = NULL; in rxrpc_open_socket()[all …]
167 static void dec_inflight(struct unix_sock *usk) in dec_inflight() argument169 atomic_long_dec(&usk->inflight); in dec_inflight()172 static void inc_inflight(struct unix_sock *usk) in inc_inflight() argument174 atomic_long_inc(&usk->inflight); in inc_inflight()