Home | History | Annotate | Download | only in route

Lines Matching full:ifindex

68  * struct rtnl_neigh *neigh = rtnl_neigh_get(cache, ifindex, dst_addr);
81 * rtnl_neigh_set_ifindex(neigh, ifindex);
105 * rtnl_neigh_set_ifindex(neigh, ifindex);
127 * rtnl_neigh_set_ifindex(neigh, ifindex);
208 diff |= NEIGH_DIFF(IFINDEX, a->n_ifindex != b->n_ifindex);
235 __ADD(NEIGH_ATTR_IFINDEX, ifindex)
471 * @arg ifindex interface index the neighbour is on
475 struct rtnl_neigh * rtnl_neigh_get(struct nl_cache *cache, int ifindex,
481 if (neigh->n_ifindex == ifindex &&
751 void rtnl_neigh_set_ifindex(struct rtnl_neigh *neigh, int ifindex)
753 neigh->n_ifindex = ifindex;