Searched refs:MARK (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/kernel/trace/ |
D | trace_output.c | 506 #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/ |
D | tproxy.rst | 21 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
|
/Linux-v5.10/tools/testing/selftests/wireguard/ |
D | netns.sh | 322 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/ |
D | mmiotrace.rst | 156 marker MARK timestamp, text
|
/Linux-v5.10/net/netfilter/ |
D | Kconfig | 722 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/ |
D | test_tunnel.sh | 172 ip netns exec at_ns0 iptables -A OUTPUT -j MARK --set-mark 0x800FF
|
/Linux-v5.10/include/linux/ |
D | filter.h | 1200 BPF_ANCILLARY(MARK); in bpf_anc_helper()
|