HomeSort by relevance Sort by last modified time
    Searched refs:FRA_PRIORITY (Results 1 - 2 of 2) sorted by null

  /external/iproute2/include/linux/
fib_rules.h 39 FRA_PRIORITY, /* priority/preference */
  /external/iproute2/ip/
iprule.c 78 if (tb[FRA_PRIORITY])
79 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY]));
266 addattr32(&req.n, sizeof(req), FRA_PRIORITY, pref);
368 if (tb[FRA_PRIORITY]) {

Completed in 24 milliseconds