Searched refs:MARK (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/kernel/trace/ |
D | trace_output.c | 513 #undef MARK 514 #define MARK(v, s) {.val = v, .sym = s} macro 520 MARK(1000000000ULL , '$'), /* 1 sec */ 521 MARK(100000000ULL , '@'), /* 100 msec */ 522 MARK(10000000ULL , '*'), /* 10 msec */ 523 MARK(1000000ULL , '#'), /* 1000 usecs */ 524 MARK(100000ULL , '!'), /* 100 usecs */ 525 MARK(10000ULL , '+'), /* 10 usecs */ 527 #undef MARK
|
/Linux-v4.19/Documentation/networking/ |
D | tproxy.txt | 18 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
|
D | rxrpc.txt | 931 MARK MEANING
|
/Linux-v4.19/Documentation/trace/ |
D | mmiotrace.rst | 156 marker MARK timestamp, text
|
/Linux-v4.19/net/netfilter/ |
D | Kconfig | 720 This option adds the "MARK" target and "mark" match. 924 tristate '"MARK" target support' 930 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module). 1376 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module). 1522 It can be used in combination with the MARK target and policy
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_tunnel.sh | 172 ip netns exec at_ns0 iptables -A OUTPUT -j MARK --set-mark 0x800FF
|
/Linux-v4.19/include/linux/ |
D | filter.h | 1050 BPF_ANCILLARY(MARK); in bpf_anc_helper()
|