Home
last modified time | relevance | path

Searched refs:sock_kfree_s (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/net/ipv6/
Danycast.c135 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_join()
169 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_drop()
198 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_close()
Dmcast.c177 sock_kfree_s(sk, mc_lst, sizeof(*mc_lst)); in ipv6_sock_mc_join()
193 sock_kfree_s(sk, mc_lst, sizeof(*mc_lst)); in ipv6_sock_mc_join()
416 sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max)); in ip6_mc_source()
504 sock_kfree_s(sk, newpsl, IP6_SFLSIZE(newpsl->sl_max)); in ip6_mc_msfilter()
517 sock_kfree_s(sk, psl, IP6_SFLSIZE(psl->sl_max)); in ip6_mc_msfilter()
2395 sock_kfree_s(sk, iml->sflist, IP6_SFLSIZE(iml->sflist->sl_max)); in ip6_mc_leave_src()
Dexthdrs.c829 sock_kfree_s(sk, opt2, opt2->tot_len); in ipv6_renew_options()
/linux-4.1.27/crypto/
Dalgif_rng.c132 sock_kfree_s(sk, ctx, ctx->len); in rng_sock_destruct()
Dalgif_hash.c391 sock_kfree_s(sk, ctx, ctx->len); in hash_sock_destruct()
410 sock_kfree_s(sk, ctx, len); in hash_accept_parent_nokey()
Dalgif_aead.c593 sock_kfree_s(sk, ctx, ctx->len); in aead_sock_destruct()
611 sock_kfree_s(sk, ctx, len); in aead_accept_parent()
Dalgif_skcipher.c194 sock_kfree_s(sk, sgl, in skcipher_pull_sgl()
914 sock_kfree_s(sk, ctx, ctx->len); in skcipher_sock_destruct()
933 sock_kfree_s(sk, ctx, len); in skcipher_accept_parent_nokey()
/linux-4.1.27/net/rds/
Drdma.c697 sock_kfree_s(rds_rs_to_sk(rs), iovs, iov_size); in rds_cmsg_rdma_args()
/linux-4.1.27/net/
Dcompat.c198 sock_kfree_s(sk, kcmsg_base, kcmlen); in cmsghdr_from_user_compat_to_kern()
Dsocket.c1970 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ___sys_sendmsg()
/linux-4.1.27/net/core/
Dsock.c1760 void sock_kfree_s(struct sock *sk, void *mem, int size) in sock_kfree_s() function
1764 EXPORT_SYMBOL(sock_kfree_s);
/linux-4.1.27/include/net/
Dsock.h1556 void sock_kfree_s(struct sock *sk, void *mem, int size);
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c944 sock_kfree_s(sk, key, sizeof(*key)); in tcp_md5_do_add()
Digmp.c2167 sock_kfree_s(sk, newpsl, IP_SFLSIZE(newpsl->sl_max)); in ip_mc_msfilter()