Searched refs:rta_nest (Results 1 – 3 of 3) sorted by relevance
139 struct rtattr *rta_nest(struct rtattr *rta, int maxlen, int type);
885 nest = rta_nest(rta, len, attr); in lwt_parse_bpf()977 nest = rta_nest(rta, 1024, RTA_ENCAP); in lwt_parse_encap()
984 struct rtattr *rta_nest(struct rtattr *rta, int maxlen, int type) in rta_nest() function