Searched defs:sap_value (Results 1 - 1 of 1) sorted by relevance

/net/llc/
H A Dllc_core.c49 static struct llc_sap *__llc_sap_find(unsigned char sap_value) argument
54 if (sap->laddr.lsap == sap_value)
63 * @sap_value: sap to be found
70 struct llc_sap *llc_sap_find(unsigned char sap_value) argument
75 sap = __llc_sap_find(sap_value);

Completed in 262 milliseconds