Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dtrace_output.c506 #undef MARK
507 #define MARK(v, s) {.val = v, .sym = s} macro
513 MARK(1000000000ULL , '$'), /* 1 sec */
514 MARK(100000000ULL , '@'), /* 100 msec */
515 MARK(10000000ULL , '*'), /* 10 msec */
516 MARK(1000000ULL , '#'), /* 1000 usecs */
517 MARK(100000ULL , '!'), /* 100 usecs */
518 MARK(10000ULL , '+'), /* 10 usecs */
520 #undef MARK
/Linux-v5.10/Documentation/networking/
Dtproxy.rst21 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
/Linux-v5.10/tools/testing/selftests/wireguard/
Dnetns.sh322 n1 iptables -t mangle -I OUTPUT -j MARK --set-xmark 1
325 n1 iptables -t mangle -D OUTPUT -j MARK --set-xmark 1
/Linux-v5.10/Documentation/trace/
Dmmiotrace.rst156 marker MARK timestamp, text
/Linux-v5.10/net/netfilter/
DKconfig722 This option adds the "MARK" target and "mark" match.
926 tristate '"MARK" target support'
932 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module).
1393 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module).
1539 It can be used in combination with the MARK target and policy
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_tunnel.sh172 ip netns exec at_ns0 iptables -A OUTPUT -j MARK --set-mark 0x800FF
/Linux-v5.10/include/linux/
Dfilter.h1200 BPF_ANCILLARY(MARK); in bpf_anc_helper()