Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/crypto/
Dalgif_rng.c132 sock_kfree_s(sk, ctx, ctx->len); in rng_sock_destruct()
Dalgif_hash.c399 sock_kfree_s(sk, ctx, ctx->len); in hash_sock_destruct()
418 sock_kfree_s(sk, ctx, len); in hash_accept_parent_nokey()
Dalgif_aead.c545 sock_kfree_s(sk, ctx, ctx->len); in aead_sock_destruct()
563 sock_kfree_s(sk, ctx, len); in aead_accept_parent()
Dalgif_skcipher.c183 sock_kfree_s(sk, sgl, in skcipher_pull_sgl()
916 sock_kfree_s(sk, ctx, ctx->len); in skcipher_sock_destruct()
935 sock_kfree_s(sk, ctx, len); in skcipher_accept_parent_nokey()
/linux-4.4.14/net/rds/
Drdma.c700 sock_kfree_s(rds_rs_to_sk(rs), iovs, iov_size); in rds_cmsg_rdma_args()
/linux-4.4.14/net/
Dcompat.c198 sock_kfree_s(sk, kcmsg_base, kcmlen); in cmsghdr_from_user_compat_to_kern()
Dsocket.c1961 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ___sys_sendmsg()
/linux-4.4.14/net/core/
Dsock.c1797 void sock_kfree_s(struct sock *sk, void *mem, int size) in sock_kfree_s() function
1801 EXPORT_SYMBOL(sock_kfree_s);
/linux-4.4.14/include/net/
Dsock.h1540 void sock_kfree_s(struct sock *sk, void *mem, int size);
/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c946 sock_kfree_s(sk, key, sizeof(*key)); in tcp_md5_do_add()
Digmp.c2356 sock_kfree_s(sk, newpsl, IP_SFLSIZE(newpsl->sl_max)); in ip_mc_msfilter()