Home
last modified time | relevance | path

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

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