Home
last modified time | relevance | path

Searched refs:atm_sap (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Datmsvc.h36 struct atm_sap sap; /* SAP */
H A Datmsap.h151 struct atm_sap { struct
H A Datm.h75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Datmsvc.h36 struct atm_sap sap; /* SAP */
H A Datmsap.h151 struct atm_sap { struct
H A Datm.h75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Datmsvc.h36 struct atm_sap sap; /* SAP */
H A Datmsap.h151 struct atm_sap { struct
H A Datm.h75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
/OK3568_Linux_fs/kernel/net/atm/
H A Dsvc.c463 if (level != SOL_ATM || optlen != sizeof(struct atm_sap)) { in svc_setsockopt()
513 if (len != sizeof(struct atm_sap)) { in svc_getsockopt()
517 if (copy_to_user(optval, &ATM_SD(sock)->sap, sizeof(struct atm_sap))) { in svc_getsockopt()
/OK3568_Linux_fs/kernel/include/linux/
H A Datmdev.h103 struct atm_sap sap; /* SAP */