Searched refs:SOL_TIPC (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tipc.h | 148 #ifndef SOL_TIPC 149 #define SOL_TIPC 271 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tipc.h | 148 #ifndef SOL_TIPC 149 #define SOL_TIPC 271 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tipc.h | 81 #ifndef SOL_TIPC 82 #define SOL_TIPC 271 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tipc.h | 81 #ifndef SOL_TIPC 82 #define SOL_TIPC 271 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tipc.h | 68 #ifndef SOL_TIPC 69 #define SOL_TIPC 271 macro
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 350 #define SOL_TIPC 271 macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | socket.h | 354 #define SOL_TIPC 271 macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | socket.h | 370 #define SOL_TIPC 271 macro
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 370 #define SOL_TIPC 271 macro
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.c | 1746 res = put_cmsg(m, SOL_TIPC, TIPC_ERRINFO, 8, anc_data); in tipc_sk_anc_data_recv() 1753 res = put_cmsg(m, SOL_TIPC, TIPC_RETDATA, anc_data[1], in tipc_sk_anc_data_recv() 1785 res = put_cmsg(m, SOL_TIPC, TIPC_DESTNAME, 12, anc_data); in tipc_sk_anc_data_recv() 3144 if (lvl != SOL_TIPC) in tipc_setsockopt() 3239 if (lvl != SOL_TIPC) in tipc_getsockopt()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 1758 rc = put_cmsg(m, SOL_TIPC, TIPC_ERRINFO, 8, data); in tipc_sk_anc_data_recv() 1761 rc = put_cmsg(m, SOL_TIPC, TIPC_RETDATA, dlen, msg_data(hdr)); in tipc_sk_anc_data_recv() 1791 return put_cmsg(m, SOL_TIPC, TIPC_DESTNAME, 12, data); in tipc_sk_anc_data_recv() 3154 if (lvl != SOL_TIPC) in tipc_setsockopt() 3249 if (lvl != SOL_TIPC) in tipc_getsockopt()
|
Completed in 17 milliseconds