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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_conn.c30 static int llc_conn_service(struct sock *sk, struct sk_buff *skb);
62 * We have to hold the skb, because llc_conn_service will kfree it in
71 rc = llc_conn_service(skb->sk, skb);
73 printk(KERN_ERR "%s: llc_conn_service failed\n", __func__);
355 * llc_conn_service - finds transition and changes state of connection
363 static int llc_conn_service(struct sock *sk, struct sk_buff *skb) function

Completed in 24 milliseconds