Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/
Dcmsg_so_mark.sh9 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
Dfib_tests.sh2217 $NS_EXEC iptables -t mangle -A OUTPUT -j MARK --set-mark 1
2224 $NS_EXEC iptables -t mangle -D OUTPUT -j MARK --set-mark 1
2275 $NS_EXEC ip6tables -t mangle -A OUTPUT -j MARK --set-mark 1
2282 $NS_EXEC ip6tables -t mangle -D OUTPUT -j MARK --set-mark 1
/Linux-v6.6/kernel/trace/
Dtrace_output.c519 #undef MARK
520 #define MARK(v, s) {.val = v, .sym = s} macro
526 MARK(1000000000ULL , '$'), /* 1 sec */
527 MARK(100000000ULL , '@'), /* 100 msec */
528 MARK(10000000ULL , '*'), /* 10 msec */
529 MARK(1000000ULL , '#'), /* 1000 usecs */
530 MARK(100000ULL , '!'), /* 100 usecs */
531 MARK(10000ULL , '+'), /* 10 usecs */
533 #undef MARK
/Linux-v6.6/Documentation/networking/
Dtproxy.rst21 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
/Linux-v6.6/tools/testing/selftests/wireguard/
Dnetns.sh351 n1 iptables -t mangle -I OUTPUT -j MARK --set-xmark 1
354 n1 iptables -t mangle -D OUTPUT -j MARK --set-xmark 1
/Linux-v6.6/Documentation/trace/
Dmmiotrace.rst156 marker MARK timestamp, text
/Linux-v6.6/net/netfilter/
DKconfig771 This option adds the "MARK" target and "mark" match.
974 tristate '"MARK" target support'
980 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module).
1441 CONFIG_NETFILTER_XT_MARK (combined mark/MARK module).
1587 It can be used in combination with the MARK target and policy
/Linux-v6.6/include/linux/
Dfilter.h1253 BPF_ANCILLARY(MARK); in bpf_anc_helper()
/Linux-v6.6/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh431 -j MARK --set-mark 42 || return ${ksft_skip}