Searched defs:FN (Results  1 – 6 of 6) sorted by relevance
| /include/trace/events/ | 
| D | tcp.h | 79 #define FN(reason)	TRACE_DEFINE_ENUM(SK_RST_REASON_##reason);  macro 84 #define FN(reason)	{ SK_RST_REASON_##reason, #reason },  macro
  | 
| D | skb.h | 13 #define FN(reason)	TRACE_DEFINE_ENUM(SKB_DROP_REASON_##reason);  macro 18 #define FN(reason)	{ SKB_DROP_REASON_##reason, #reason },  macro
  | 
| D | xdp.h | 14 #define __XDP_ACT_MAP(FN)	\  argument 307 #define __MEM_TYPE_MAP(FN)	\  argument
  | 
| /include/net/ | 
| D | rstreason.h | 8 #define DEFINE_RST_REASON(FN, FNe)	\  argument
  | 
| D | dropreason-core.h | 6 #define DEFINE_DROP_REASON(FN, FNe)	\  argument
  | 
| /include/uapi/linux/ | 
| D | bpf.h | 5812 #define ___BPF_FUNC_MAPPER(FN, ctx...)			\  argument 6030 #define __BPF_FUNC_MAPPER_APPLY(name, value, FN) FN(name),  argument 6031 #define __BPF_FUNC_MAPPER(FN) ___BPF_FUNC_MAPPER(__BPF_FUNC_MAPPER_APPLY, FN)  argument
  |