Searched refs:MARK (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/kernel/trace/ |
| D | trace_output.c | 491 #undef MARK 492 #define MARK(v, s) {.val = v, .sym = s} macro 498 MARK(1000000000ULL , '$'), /* 1 sec */ 499 MARK(100000000ULL , '@'), /* 100 msec */ 500 MARK(10000000ULL , '*'), /* 10 msec */ 501 MARK(1000000ULL , '#'), /* 1000 usecs */ 502 MARK(100000ULL , '!'), /* 100 usecs */ 503 MARK(10000ULL , '+'), /* 10 usecs */ 505 #undef MARK
|
| /Linux-v5.4/Documentation/networking/ |
| D | tproxy.txt | 18 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
|
| D | rxrpc.txt | 940 MARK MEANING
|
| /Linux-v5.4/Documentation/trace/ |
| D | mmiotrace.rst | 156 marker MARK timestamp, text
|
| /Linux-v5.4/net/netfilter/ |
| D | Kconfig | 729 This option adds the "MARK" target and "mark" match. 933 tristate '"MARK" target support' 939 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module). 1400 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module). 1546 It can be used in combination with the MARK target and policy
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_tunnel.sh | 172 ip netns exec at_ns0 iptables -A OUTPUT -j MARK --set-mark 0x800FF
|
| /Linux-v5.4/include/linux/ |
| D | filter.h | 1141 BPF_ANCILLARY(MARK); in bpf_anc_helper()
|