Searched refs:fwmark (Results 1 – 10 of 10) sorted by relevance
/external/libnl/src/ |
D | nl-fib-lookup.c | 38 uint64_t fwmark = 0; in main() local 60 fwmark = strtoul(optarg, NULL, 0); in main() 91 flnl_request_set_fwmark(request, fwmark); in main()
|
/external/libnl/lib/fib_lookup/ |
D | lookup.c | 213 uint64_t fwmark; in flnl_lookup_build_request() local 217 fwmark = flnl_request_get_fwmark(req); in flnl_lookup_build_request() 222 fr.fl_fwmark = fwmark != UINT_LEAST64_MAX ? fwmark : 0; in flnl_lookup_build_request()
|
D | request.c | 94 void flnl_request_set_fwmark(struct flnl_request *req, uint64_t fwmark) in flnl_request_set_fwmark() argument 96 req->lr_fwmark = fwmark; in flnl_request_set_fwmark()
|
/external/kernel-headers/original/uapi/linux/ |
D | ip_vs.h | 135 __u32 fwmark; /* firwall mark of service */ member 197 __u32 fwmark; /* firwall mark of service */ member 237 __u32 fwmark; /* firwall mark of service */ member
|
/external/iproute2/ip/ |
D | iprule.c | 385 __u32 fwmark, fwmask; in iprule_modify() local 389 if (get_u32(&fwmark, *argv, 0)) in iprule_modify() 391 addattr32(&req.n, sizeof(req), FRA_FWMARK, fwmark); in iprule_modify()
|
/external/iptables/extensions/ |
D | libxt_TPROXY.man | 19 Marks packets with the given value/mask. The fwmark value set here can be used
|
D | libxt_MARK.man | 2 It can, for example, be used in conjunction with routing based on fwmark (needs
|
D | libxt_HMARK.man | 1 Like MARK, i.e. set the fwmark, but the mark is calculated from hashing
|
/external/iproute2/doc/actions/ |
D | actions-general | 152 # which marks the packet fwmark as 2 and pipes 159 # mark it as fwmark 3 if exceeded
|
/external/iproute2/doc/ |
D | ip-cref.tex | 2020 to mark some classes of packets with \verb|fwmark|. Therefore, 2021 \verb|fwmark| is also included in the set of keys checked by rules. 2026 interface, tos, fwmark\} and, if the selector matches the packet, 2138 \item \verb|fwmark MARK| 2140 --- select the \verb|fwmark| value to match. 3026 to \verb|fwmark| a class of packets. 3031 320: from 193.233.7.83 fwmark 1234 lookup main map-to 192.203.80.144
|