Searched refs:sap_value (Results 1 - 2 of 2) sorted by last modified time

/linux-master/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);
/linux-master/include/net/
H A Dllc.h135 struct llc_sap *llc_sap_find(unsigned char sap_value);

Completed in 159 milliseconds