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

/net/llc/
H A Dllc_conn.c34 static int llc_conn_service(struct sock *sk, struct sk_buff *skb);
66 * We have to hold the skb, because llc_conn_service will kfree it in
75 rc = llc_conn_service(skb->sk, skb);
77 printk(KERN_ERR "%s: llc_conn_service failed\n", __func__);
367 * llc_conn_service - finds transition and changes state of connection
375 static int llc_conn_service(struct sock *sk, struct sk_buff *skb) function

Completed in 27 milliseconds