Home
last modified time | relevance | path

Searched refs:rta_nest (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/
Dlibnetlink.h111 struct rtattr *rta_nest(struct rtattr *rta, int maxlen, int type);
/external/iproute2/ip/
Diproute_lwtunnel.c341 nest = rta_nest(rta, 1024, RTA_ENCAP); in lwt_parse_encap()
/external/iproute2/lib/
Dlibnetlink.c764 struct rtattr *rta_nest(struct rtattr *rta, int maxlen, int type) in rta_nest() function