Searched refs:FN (Results 1 – 6 of 6) sorted by relevance
| /include/net/ |
| D | dropreason-core.h | 6 #define DEFINE_DROP_REASON(FN, FNe) \ argument 7 FN(NOT_SPECIFIED) \ 8 FN(NO_SOCKET) \ 9 FN(PKT_TOO_SMALL) \ 10 FN(TCP_CSUM) \ 11 FN(SOCKET_FILTER) \ 12 FN(UDP_CSUM) \ 13 FN(NETFILTER_DROP) \ 14 FN(OTHERHOST) \ 15 FN(IP_CSUM) \ [all …]
|
| D | rstreason.h | 8 #define DEFINE_RST_REASON(FN, FNe) \ argument 9 FN(NOT_SPECIFIED) \ 10 FN(NO_SOCKET) \ 11 FN(TCP_INVALID_ACK_SEQUENCE) \ 12 FN(TCP_RFC7323_PAWS) \ 13 FN(TCP_TOO_OLD_ACK) \ 14 FN(TCP_ACK_UNSENT_DATA) \ 15 FN(TCP_FLAGS) \ 16 FN(TCP_OLD_ACK) \ 17 FN(TCP_ABORT_ON_DATA) \ [all …]
|
| /include/uapi/linux/ |
| D | bpf.h | 5812 #define ___BPF_FUNC_MAPPER(FN, ctx...) \ argument 5813 FN(unspec, 0, ##ctx) \ 5814 FN(map_lookup_elem, 1, ##ctx) \ 5815 FN(map_update_elem, 2, ##ctx) \ 5816 FN(map_delete_elem, 3, ##ctx) \ 5817 FN(probe_read, 4, ##ctx) \ 5818 FN(ktime_get_ns, 5, ##ctx) \ 5819 FN(trace_printk, 6, ##ctx) \ 5820 FN(get_prandom_u32, 7, ##ctx) \ 5821 FN(get_smp_processor_id, 8, ##ctx) \ [all …]
|
| /include/trace/events/ |
| D | skb.h | 12 #undef FN 13 #define FN(reason) TRACE_DEFINE_ENUM(SKB_DROP_REASON_##reason); macro 14 DEFINE_DROP_REASON(FN, FN) 16 #undef FN 18 #define FN(reason) { SKB_DROP_REASON_##reason, #reason }, macro 51 DEFINE_DROP_REASON(FN, FNe))) 54 #undef FN
|
| D | xdp.h | 14 #define __XDP_ACT_MAP(FN) \ argument 15 FN(ABORTED) \ 16 FN(DROP) \ 17 FN(PASS) \ 18 FN(TX) \ 19 FN(REDIRECT) 307 #define __MEM_TYPE_MAP(FN) \ argument 308 FN(PAGE_SHARED) \ 309 FN(PAGE_ORDER0) \ 310 FN(PAGE_POOL) \ [all …]
|
| D | tcp.h | 78 #undef FN 79 #define FN(reason) TRACE_DEFINE_ENUM(SK_RST_REASON_##reason); macro 80 DEFINE_RST_REASON(FN, FN) 82 #undef FN 84 #define FN(reason) { SK_RST_REASON_##reason, #reason }, macro 136 __print_symbolic(__entry->reason, DEFINE_RST_REASON(FN, FNe))) 139 #undef FN
|