Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dlink.c286 nl_data_free(link->l_phys_switch_id); in link_free_data()
332 if (src->l_phys_switch_id) in link_clone()
333 if (!(dst->l_phys_switch_id = nl_data_clone(src->l_phys_switch_id))) in link_clone()
786 link->l_phys_switch_id = nl_data_alloc_attr(tb[IFLA_PHYS_SWITCH_ID]); in link_msg_parser()
787 if (link->l_phys_switch_id == NULL) { in link_msg_parser()
2813 return link->l_phys_switch_id; in rtnl_link_get_phys_switch_id()
/external/libnl/include/netlink-private/
Dtypes.h235 struct nl_data * l_phys_switch_id; member