Searched refs:mnl_attr_put_str (Results 1 – 3 of 3) sorted by relevance
103 extern void mnl_attr_put_str(struct nlmsghdr *nlh, uint16_t type, const char *data);
481 void mnl_attr_put_str(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_str() function
112 mnl_attr_put_str(nlh, IFLA_IFNAME, ifname); in if_act_on_link()