Searched refs:MARK (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | cmsg_so_mark.sh | 10 MARK=1000 30 ip -netns $NS rule add fwmark $MARK lookup 300 31 ip -6 -netns $NS rule add fwmark $MARK lookup 300 58 [ $ovr == "both" ] && m="-M $MARK -m" 60 ip netns exec $NS ./cmsg_sender -$i -p $p $m $((MARK + 1)) $TGT 1234 65 ip netns exec $NS ./cmsg_sender -$i -p $p $m $MARK -s $TGT 1234
|
H A D | fib_tests.sh | 2311 $NS_EXEC iptables -t mangle -A OUTPUT -j MARK --set-mark 1 2318 $NS_EXEC iptables -t mangle -D OUTPUT -j MARK --set-mark 1 2369 $NS_EXEC ip6tables -t mangle -A OUTPUT -j MARK --set-mark 1 2376 $NS_EXEC ip6tables -t mangle -D OUTPUT -j MARK --set-mark 1
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | fib_lookup.c | 30 #define MARK 42 macro 120 .mark = MARK, }, 125 .mark = MARK, }, 139 .mark = MARK, }, 144 .mark = MARK, }, 204 SYS(fail, "ip rule add prio 2 fwmark %d lookup %s", MARK, MARK_TABLE); in setup_netns() 205 SYS(fail, "ip -6 rule add prio 2 fwmark %d lookup %s", MARK, MARK_TABLE); in setup_netns()
|
/linux/kernel/trace/ |
H A D | trace_output.c | 534 #undef MARK 535 #define MARK(v, s) {.val = v, .sym = s} macro 541 MARK(1000000000ULL , '$'), /* 1 sec */ 542 MARK(100000000ULL , '@'), /* 100 msec */ 543 MARK(10000000ULL , '*'), /* 10 msec */ 544 MARK(1000000ULL , '#'), /* 1000 usecs */ 545 MARK(100000ULL , '!'), /* 100 usecs */ 546 MARK(10000ULL , '+'), /* 10 usecs */ 548 #undef MARK
|
/linux/Documentation/networking/ |
H A D | tproxy.rst | 21 # iptables -t mangle -A DIVERT -j MARK --set-mark 1
|
/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 352 n1 iptables -t mangle -I OUTPUT -j MARK --set-xmark 1 355 n1 iptables -t mangle -D OUTPUT -j MARK --set-xmark 1
|
/linux/Documentation/trace/ |
H A D | mmiotrace.rst | 156 marker MARK timestamp, text
|
/linux/net/netfilter/ |
H A D | Kconfig | 771 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/include/linux/ |
H A D | filter.h | 1460 BPF_ANCILLARY(MARK); in bpf_anc_helper()
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 422 -j MARK --set-mark 42 || return ${KSFT_SKIP}
|