Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv6/
Danycast.c148 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_join()
182 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_drop()
208 sock_kfree_s(sk, pac, sizeof(*pac)); in __ipv6_sock_ac_close()
Dmcast.c208 sock_kfree_s(sk, mc_lst, sizeof(*mc_lst)); in __ipv6_sock_mc_join()
223 sock_kfree_s(sk, mc_lst, sizeof(*mc_lst)); in __ipv6_sock_mc_join()
549 sock_kfree_s(sk, newpsl, struct_size(newpsl, sl_addr, in ip6_mc_msfilter()
/linux-5.19.10/crypto/
Dalgif_skcipher.c318 sock_kfree_s(sk, ctx, ctx->len); in skcipher_sock_destruct()
337 sock_kfree_s(sk, ctx, len); in skcipher_accept_parent_nokey()
Daf_alg.c645 sock_kfree_s(sk, sgl, struct_size(sgl, sg, MAX_SGL_ENTS + 1)); in af_alg_pull_tsgl()
674 sock_kfree_s(sk, rsgl, sizeof(*rsgl)); in af_alg_free_areq_sgls()
685 sock_kfree_s(sk, tsgl, areq->tsgl_entries * sizeof(*tsgl)); in af_alg_free_areq_sgls()
1050 sock_kfree_s(sk, areq, areq->areqlen); in af_alg_free_resources()
Dalgif_aead.c531 sock_kfree_s(sk, ctx, ctx->len); in aead_sock_destruct()
551 sock_kfree_s(sk, ctx, len); in aead_accept_parent_nokey()
Dalgif_rng.c238 sock_kfree_s(sk, ctx, ctx->len); in rng_sock_destruct()
Dalgif_hash.c415 sock_kfree_s(sk, ctx, ctx->len); in hash_sock_destruct()
/linux-5.19.10/net/mptcp/
Dpm_userspace.c24 sock_kfree_s(sk, entry, sizeof(*entry)); in mptcp_free_local_addr_list()
238 sock_kfree_s((struct sock *)msk, match, sizeof(*match)); in mptcp_nl_cmd_remove()
/linux-5.19.10/net/
Dcompat.c224 sock_kfree_s(sk, kcmsg_base, kcmlen); in cmsghdr_from_user_compat_to_kern()
Dsocket.c2502 sock_kfree_s(sock->sk, ctl_buf, ctl_len); in ____sys_sendmsg()
/linux-5.19.10/net/core/
Dsock.c2590 void sock_kfree_s(struct sock *sk, void *mem, int size) in sock_kfree_s() function
2594 EXPORT_SYMBOL(sock_kfree_s);
/linux-5.19.10/include/net/
Dsock.h1867 void sock_kfree_s(struct sock *sk, void *mem, int size);
/linux-5.19.10/net/ipv4/
Digmp.c2501 sock_kfree_s(sk, newpsl, in ip_mc_msfilter()
Dtcp_ipv4.c1199 sock_kfree_s(sk, key, sizeof(*key)); in tcp_md5_do_add()