Searched refs:llc_sk_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/net/ |
D | llc_conn.h | 99 struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority,
|
/linux-6.12.1/net/llc/ |
D | llc_conn.c | 764 struct sock *newsk = llc_sk_alloc(sock_net(sk), sk->sk_family, GFP_ATOMIC, in llc_create_incoming_sock() 930 struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority, struct proto *prot, int kern) in llc_sk_alloc() function
|
D | af_llc.c | 185 sk = llc_sk_alloc(net, PF_LLC, GFP_KERNEL, &llc_proto, kern); in llc_ui_create()
|