Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
H A Datm.h53 * Note that __SO_ENCODE and __SO_LEVEL are somewhat a hack since the
58 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ macro
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)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Datm.h53 * Note that __SO_ENCODE and __SO_LEVEL are somewhat a hack since the
58 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ macro
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)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Datm.h43 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t)) macro
47 #define SO_SETCLP __SO_ENCODE(SOL_ATM, 0, int)
48 #define SO_CIRANGE __SO_ENCODE(SOL_ATM, 1, struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM, 2, struct atm_qos)
50 #define SO_ATMSAP __SO_ENCODE(SOL_ATM, 3, struct atm_sap)
51 #define SO_ATMPVC __SO_ENCODE(SOL_ATM, 4, struct sockaddr_atmpvc)
52 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Datm.h43 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t)) macro
47 #define SO_SETCLP __SO_ENCODE(SOL_ATM, 0, int)
48 #define SO_CIRANGE __SO_ENCODE(SOL_ATM, 1, struct atm_cirange)
49 #define SO_ATMQOS __SO_ENCODE(SOL_ATM, 2, struct atm_qos)
50 #define SO_ATMSAP __SO_ENCODE(SOL_ATM, 3, struct atm_sap)
51 #define SO_ATMPVC __SO_ENCODE(SOL_ATM, 4, struct sockaddr_atmpvc)
52 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Datm.h32 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ macro
37 #define SO_SETCLP __SO_ENCODE(SOL_ATM,0,int)
39 #define SO_CIRANGE __SO_ENCODE(SOL_ATM,1,struct atm_cirange)
41 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
43 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
45 #define SO_ATMPVC __SO_ENCODE(SOL_ATM,4,struct sockaddr_atmpvc)
47 #define SO_MULTIPOINT __SO_ENCODE(SOL_ATM, 5, int)

Completed in 4 milliseconds