Home
last modified time | relevance | path

Searched refs:llc_sk_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dllc_conn.h99 struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority,
/openbmc/linux/net/llc/
H A Dllc_conn.c764 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
H A Daf_llc.c185 sk = llc_sk_alloc(net, PF_LLC, GFP_KERNEL, &llc_proto, kern); in llc_ui_create()