Searched refs:FN (Results 1 – 6 of 6) sorted by relevance
| /include/net/ |
| A D | dropreason-core.h | 7 FN(NOT_SPECIFIED) \ 8 FN(NO_SOCKET) \ 9 FN(SOCKET_CLOSE) \ 15 FN(TCP_CSUM) \ 16 FN(UDP_CSUM) \ 18 FN(OTHERHOST) \ 19 FN(IP_CSUM) \ 20 FN(IP_INHDR) \ 25 FN(PROTO_MEM) \ 77 FN(XDP) \ [all …]
|
| A D | rstreason.h | 9 FN(NOT_SPECIFIED) \ 10 FN(NO_SOCKET) \ 12 FN(TCP_RFC7323_PAWS) \ 13 FN(TCP_TOO_OLD_ACK) \ 15 FN(TCP_FLAGS) \ 16 FN(TCP_OLD_ACK) \ 17 FN(TCP_ABORT_ON_DATA) \ 19 FN(INVALID_SYN) \ 23 FN(TCP_STATE) \ 27 FN(MPTCP_RST_EMPTCP) \ [all …]
|
| /include/uapi/linux/ |
| A D | bpf.h | 5855 FN(unspec, 0, ##ctx) \ 5859 FN(probe_read, 4, ##ctx) \ 5867 FN(tail_call, 12, ##ctx) \ 5878 FN(redirect, 23, ##ctx) \ 5883 FN(csum_diff, 28, ##ctx) \ 5919 FN(bind, 64, ##ctx) \ 5960 FN(strtol, 105, ##ctx) \ 6002 FN(d_path, 147, ##ctx) \ 6036 FN(loop, 181, ##ctx) \ 6075 #define __BPF_FUNC_MAPPER_APPLY(name, value, FN) FN(name), argument [all …]
|
| /include/trace/events/ |
| A 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
|
| A 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) 290 #define __MEM_TYPE_MAP(FN) \ argument 291 FN(PAGE_SHARED) \ 292 FN(PAGE_ORDER0) \ 293 FN(PAGE_POOL) \ [all …]
|
| A D | tcp.h | 69 #undef FN 70 #define FN(reason) TRACE_DEFINE_ENUM(SK_RST_REASON_##reason); macro 71 DEFINE_RST_REASON(FN, FN) 73 #undef FN 75 #define FN(reason) { SK_RST_REASON_##reason, #reason }, macro 127 __print_symbolic(__entry->reason, DEFINE_RST_REASON(FN, FNe))) 130 #undef FN
|
Completed in 31 milliseconds