Lines Matching full:mark
30 #define MARK 42 macro
54 __u32 mark; member
111 { .desc = "IPv4 policy routing, mark doesn't point to a policy",
115 .mark = MARK_NO_POLICY, },
116 { .desc = "IPv4 policy routing, mark points to a policy",
120 .mark = MARK, },
121 { .desc = "IPv4 policy routing, mark points to a policy, but no flag",
125 .mark = MARK, },
130 { .desc = "IPv6 policy routing, mark doesn't point to a policy",
134 .mark = MARK_NO_POLICY, },
135 { .desc = "IPv6 policy routing, mark points to a policy",
139 .mark = MARK, },
140 { .desc = "IPv6 policy routing, mark points to a policy, but no flag",
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()
223 params->mark = test->mark; in set_lookup_params()