Searched refs:tb_id (Results 1 – 5 of 5) sorted by relevance
130 __u32 tb_id = 0; in ipvrf_get_table() local139 if (rtnl_rttable_a2n(&tb_id, "main")) in ipvrf_get_table()143 return tb_id; in ipvrf_get_table()168 tb_id = rta_getattr_u32(vrf_attr[IFLA_VRF_TABLE]); in ipvrf_get_table()170 if (!tb_id) in ipvrf_get_table()173 return tb_id; in ipvrf_get_table()
514 __u32 tb_id; in ipvrf_print() local555 tb_id = vrf_table_linkinfo(li); in ipvrf_print()556 if (!tb_id) { in ipvrf_print()562 printf("%-16s %5u", name, tb_id); in ipvrf_print()579 __u32 tb_id; in ipvrf_show() local581 tb_id = ipvrf_get_table(argv[0]); in ipvrf_show()582 if (!tb_id) { in ipvrf_show()586 printf("%s %u\n", argv[0], tb_id); in ipvrf_show()
317 local tb_id320 tb_id=$?322 ip link add dev $vrf_name type vrf table $tb_id323 ip -4 route add table $tb_id unreachable default metric 4278198272324 ip -6 route add table $tb_id unreachable default metric 4278198272330 local tb_id333 tb_id=$?335 ip -6 route del table $tb_id unreachable default metric 4278198272336 ip -4 route del table $tb_id unreachable default metric 4278198272
9 field:u32 tb_id; offset:8; size:4; signed:0;18 print fmt: "table %u oif %d iif %d src %pI4 dst %pI4 tos %d scope %d flags %x", REC->tb_id, REC->oi…
41 unsigned char tb_id; /* Results */ member103 res->fr_table_id = fr->tb_id; in result_msg_parser()