Home
last modified time | relevance | path

Searched refs:MARK (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/kernel/trace/
Dtrace_output.c491 #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/
Dtproxy.txt18 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
Drxrpc.txt940 MARK MEANING
/Linux-v5.4/Documentation/trace/
Dmmiotrace.rst156 marker MARK timestamp, text
/Linux-v5.4/net/netfilter/
DKconfig729 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/
Dtest_tunnel.sh172 ip netns exec at_ns0 iptables -A OUTPUT -j MARK --set-mark 0x800FF
/Linux-v5.4/include/linux/
Dfilter.h1141 BPF_ANCILLARY(MARK); in bpf_anc_helper()