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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dllc_conn.h98 extern struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_conn.c758 struct sock *newsk = llc_sk_alloc(sock_net(sk), sk->sk_family, GFP_ATOMIC,
915 * llc_sk_alloc - Allocates LLC sock
922 struct sock *llc_sk_alloc(struct net *net, int family, gfp_t priority, struct proto *prot) function
H A Daf_llc.c168 sk = llc_sk_alloc(net, PF_LLC, GFP_KERNEL, &llc_proto);

Completed in 74 milliseconds