Home
last modified time | relevance | path

Searched refs:RTA_PROTOINFO (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Drtnetlink.h325 RTA_PROTOINFO, /* no longer used */ enumerator
/third_party/toybox/toys/pending/
Dip.c2239 ((idx == 2) ? RTA_PRIORITY : RTA_PROTOINFO), in ruleupdate()
2368 if (attr[RTA_PROTOINFO]) in show_rules()
2369 printf("fwmark %#x ", *(uint32_t*)RTA_DATA(attr[RTA_PROTOINFO])); in show_rules()