Searched refs:MARK (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/tools/testing/selftests/net/ |
D | cmsg_so_mark.sh | 9 MARK=1000 29 ip -netns $NS rule add fwmark $MARK lookup 300 30 ip -6 -netns $NS rule add fwmark $MARK lookup 300 57 [ $ovr == "both" ] && m="-M $MARK -m" 59 ip netns exec $NS ./cmsg_sender -$i -p $p $m $((MARK + 1)) $TGT 1234 64 ip netns exec $NS ./cmsg_sender -$i -p $p $m $MARK -s $TGT 1234
|
D | fib_tests.sh | 1910 $NS_EXEC iptables -t mangle -A OUTPUT -j MARK --set-mark 1 1917 $NS_EXEC iptables -t mangle -D OUTPUT -j MARK --set-mark 1 1968 $NS_EXEC ip6tables -t mangle -A OUTPUT -j MARK --set-mark 1 1975 $NS_EXEC ip6tables -t mangle -D OUTPUT -j MARK --set-mark 1
|
/linux-6.1.9/kernel/trace/ |
D | trace_output.c | 516 #undef MARK 517 #define MARK(v, s) {.val = v, .sym = s} macro 523 MARK(1000000000ULL , '$'), /* 1 sec */ 524 MARK(100000000ULL , '@'), /* 100 msec */ 525 MARK(10000000ULL , '*'), /* 10 msec */ 526 MARK(1000000ULL , '#'), /* 1000 usecs */ 527 MARK(100000ULL , '!'), /* 100 usecs */ 528 MARK(10000ULL , '+'), /* 10 usecs */ 530 #undef MARK
|
/linux-6.1.9/Documentation/networking/ |
D | tproxy.rst | 21 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
|
/linux-6.1.9/tools/testing/selftests/wireguard/ |
D | netns.sh | 351 n1 iptables -t mangle -I OUTPUT -j MARK --set-xmark 1 354 n1 iptables -t mangle -D OUTPUT -j MARK --set-xmark 1
|
/linux-6.1.9/Documentation/trace/ |
D | mmiotrace.rst | 156 marker MARK timestamp, text
|
/linux-6.1.9/net/netfilter/ |
D | Kconfig | 769 This option adds the "MARK" target and "mark" match. 972 tristate '"MARK" target support' 978 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module). 1439 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module). 1585 It can be used in combination with the MARK target and policy
|
/linux-6.1.9/include/linux/ |
D | filter.h | 1262 BPF_ANCILLARY(MARK); in bpf_anc_helper()
|
/linux-6.1.9/tools/testing/selftests/net/mptcp/ |
D | mptcp_join.sh | 311 -j MARK --set-mark 42 || exit 1
|