Home
last modified time | relevance | path

Searched refs:l_phys_port_id (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/
Dlink.c227 nl_data_free(link->l_phys_port_id); in link_free_data()
262 if (src->l_phys_port_id) in link_clone()
263 if (!(dst->l_phys_port_id = nl_data_clone(src->l_phys_port_id))) in link_clone()
626 link->l_phys_port_id = nl_data_alloc_attr(tb[IFLA_PHYS_PORT_ID]); in link_msg_parser()
627 if (link->l_phys_port_id == NULL) { in link_msg_parser()
2358 return link->l_phys_port_id; in rtnl_link_get_phys_port_id()
/external/libnl/include/netlink-private/
Dtypes.h194 struct nl_data * l_phys_port_id; member