Lines Matching refs:old
446 * @arg old neighbour table to change
454 * \a old must point to a neighbour table currently configured in the
460 int rtnl_neightbl_build_change_request(struct rtnl_neightbl *old,
466 .ndtm_family = old->nt_family,
476 NLA_PUT_STRING(m, NDTA_NAME, old->nt_name);
498 if (old->nt_parms.ntp_mask & NEIGHTBLPARM_ATTR_IFINDEX)
500 old->nt_parms.ntp_ifindex);
567 * @arg old neighbour table to be changed
577 int rtnl_neightbl_change(struct nl_sock *sk, struct rtnl_neightbl *old,
583 if ((err = rtnl_neightbl_build_change_request(old, tmpl, &msg)) < 0)