Home
last modified time | relevance | path

Searched refs:FRA_TABLE (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/linux-private/linux/
Dfib_rules.h46 FRA_TABLE, /* Extended table id */ enumerator
/external/kernel-headers/original/uapi/linux/
Dfib_rules.h54 FRA_TABLE, /* Extended table id */ enumerator
/external/iproute2/include/linux/
Dfib_rules.h54 FRA_TABLE, /* Extended table id */ enumerator
/external/libnl/lib/route/
Drule.c74 [FRA_TABLE] = { .type = NLA_U32 },
119 if (tb[FRA_TABLE]) { in rule_msg_parser()
120 rule->r_table = nla_get_u32(tb[FRA_TABLE]); in rule_msg_parser()
388 NLA_PUT_U32(msg, FRA_TABLE, tmpl->r_table); in build_rule_msg()
/external/iproute2/ip/
Diprule.c413 addattr32(&req.n, sizeof(req), FRA_TABLE, tid); in iprule_modify()