Searched refs:SOL_ATM (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | atm.h | 68 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int) 70 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange) 73 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos) 75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap) 77 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc) 79 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
|
/linux-6.12.1/net/atm/ |
D | svc.c | 468 if (level != SOL_ATM || optlen != sizeof(struct atm_sap)) { in svc_setsockopt() 479 if (level != SOL_ATM || optlen != sizeof(int)) { in svc_setsockopt()
|
/linux-6.12.1/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 365 #define SOL_ATM 264 /* ATM layer (cell level) */ macro
|
/linux-6.12.1/include/linux/ |
D | socket.h | 365 #define SOL_ATM 264 /* ATM layer (cell level) */ macro
|