Searched refs:FNe (Results 1 - 4 of 4) sorted by path

/linux-master/include/net/
H A Ddropreason-core.h6 #define DEFINE_DROP_REASON(FN, FNe) \
95 FNe(MAX)
H A Drstreason.h8 #define DEFINE_RST_REASON(FN, FNe) \
28 FNe(MAX)
/linux-master/include/trace/events/
H A Dskb.h17 #undef FNe macro
19 #define FNe(reason) { SKB_DROP_REASON_##reason, #reason } macro
48 DEFINE_DROP_REASON(FN, FNe)))
52 #undef FNe macro
H A Dtcp.h83 #undef FNe macro
85 #define FNe(reason) { SK_RST_REASON_##reason, #reason } macro
136 __print_symbolic(__entry->reason, DEFINE_RST_REASON(FN, FNe)))
140 #undef FNe macro

Completed in 286 milliseconds