sock_kfree_s      637 crypto/af_alg.c 		sock_kfree_s(sk, sgl, struct_size(sgl, sg, MAX_SGL_ENTS + 1));
sock_kfree_s      665 crypto/af_alg.c 			sock_kfree_s(sk, rsgl, sizeof(*rsgl));
sock_kfree_s      676 crypto/af_alg.c 		sock_kfree_s(sk, tsgl, areq->tsgl_entries * sizeof(*tsgl));
sock_kfree_s     1022 crypto/af_alg.c 	sock_kfree_s(sk, areq, areq->areqlen);
sock_kfree_s      537 crypto/algif_aead.c 	sock_kfree_s(sk, ctx, ctx->len);
sock_kfree_s      557 crypto/algif_aead.c 		sock_kfree_s(sk, ctx, len);
sock_kfree_s      422 crypto/algif_hash.c 	sock_kfree_s(sk, ctx, ctx->len);
sock_kfree_s      131 crypto/algif_rng.c 	sock_kfree_s(sk, ctx, ctx->len);
sock_kfree_s      329 crypto/algif_skcipher.c 	sock_kfree_s(sk, ctx, ctx->len);
sock_kfree_s      347 crypto/algif_skcipher.c 		sock_kfree_s(sk, ctx, len);
sock_kfree_s     1637 include/net/sock.h void sock_kfree_s(struct sock *sk, void *mem, int size);
sock_kfree_s      206 net/compat.c   		sock_kfree_s(sk, kcmsg_base, kcmlen);
sock_kfree_s     2177 net/core/sock.c EXPORT_SYMBOL(sock_kfree_s);
sock_kfree_s     2484 net/ipv4/igmp.c 			sock_kfree_s(sk, newpsl, IP_SFLSIZE(newpsl->sl_max));
sock_kfree_s     1102 net/ipv4/tcp_ipv4.c 		sock_kfree_s(sk, key, sizeof(*key));
sock_kfree_s      148 net/ipv6/anycast.c 		sock_kfree_s(sk, pac, sizeof(*pac));
sock_kfree_s      182 net/ipv6/anycast.c 	sock_kfree_s(sk, pac, sizeof(*pac));
sock_kfree_s      211 net/ipv6/anycast.c 		sock_kfree_s(sk, pac, sizeof(*pac));
sock_kfree_s      176 net/ipv6/mcast.c 		sock_kfree_s(sk, mc_lst, sizeof(*mc_lst));
sock_kfree_s      192 net/ipv6/mcast.c 		sock_kfree_s(sk, mc_lst, sizeof(*mc_lst));
sock_kfree_s      433 net/ipv6/mcast.c 			sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max));
sock_kfree_s      521 net/ipv6/mcast.c 			sock_kfree_s(sk, newpsl, IP6_SFLSIZE(newpsl->sl_max));
sock_kfree_s      534 net/ipv6/mcast.c 		sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max));
sock_kfree_s     2445 net/ipv6/mcast.c 		sock_kfree_s(sk, iml->sflist, IP6_SFLSIZE(iml->sflist->sl_max));
sock_kfree_s     2311 net/socket.c   		sock_kfree_s(sock->sk, ctl_buf, ctl_len);