Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A Dcmsg_so_mark.sh9 MARK=1000
27 ip -netns $NS rule add fwmark $MARK lookup 300
28 ip -6 -netns $NS rule add fwmark $MARK lookup 300
44 ip netns exec $NS ./cmsg_so_mark $TGT4 1234 $((MARK + 1))
46 ip netns exec $NS ./cmsg_so_mark $TGT6 1234 $((MARK + 1))
49 ip netns exec $NS ./cmsg_so_mark $TGT4 1234 $MARK
51 ip netns exec $NS ./cmsg_so_mark $TGT6 1234 $MARK
A Dfib_tests.sh1784 $NS_EXEC iptables -t mangle -A OUTPUT -j MARK --set-mark 1
1791 $NS_EXEC iptables -t mangle -D OUTPUT -j MARK --set-mark 1
1842 $NS_EXEC ip6tables -t mangle -A OUTPUT -j MARK --set-mark 1
1849 $NS_EXEC ip6tables -t mangle -D OUTPUT -j MARK --set-mark 1
/linux/kernel/trace/
A Dtrace_output.c512 #undef MARK
513 #define MARK(v, s) {.val = v, .sym = s} macro
519 MARK(1000000000ULL , '$'), /* 1 sec */
520 MARK(100000000ULL , '@'), /* 100 msec */
521 MARK(10000000ULL , '*'), /* 10 msec */
522 MARK(1000000ULL , '#'), /* 1000 usecs */
523 MARK(100000ULL , '!'), /* 100 usecs */
524 MARK(10000ULL , '+'), /* 10 usecs */
526 #undef MARK
/linux/Documentation/networking/
A Dtproxy.rst21 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
/linux/tools/testing/selftests/wireguard/
A Dnetns.sh339 n1 iptables -t mangle -I OUTPUT -j MARK --set-xmark 1
342 n1 iptables -t mangle -D OUTPUT -j MARK --set-xmark 1
/linux/Documentation/trace/
A Dmmiotrace.rst156 marker MARK timestamp, text
/linux/net/netfilter/
A DKconfig768 This option adds the "MARK" target and "mark" match.
971 tristate '"MARK" target support'
977 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module).
1438 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module).
1584 It can be used in combination with the MARK target and policy
/linux/tools/testing/selftests/bpf/
A Dtest_tunnel.sh173 ip netns exec at_ns0 iptables -A OUTPUT -j MARK --set-mark 0x800FF
/linux/include/linux/
A Dfilter.h1268 BPF_ANCILLARY(MARK); in bpf_anc_helper()

Completed in 28 milliseconds