Searched refs:IFLA_PROTINFO (Results 1 – 4 of 4) sorted by relevance
293 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator294 #define IFLA_PROTINFO IFLA_PROTINFO macro
34 assert_se(sd_netlink_message_open_container(message, IFLA_PROTINFO) >= 0); in test_message_link_bridge()40 assert_se(sd_netlink_message_enter_container(message, IFLA_PROTINFO) >= 0); in test_message_link_bridge()
853 …[IFLA_PROTINFO] = { .type = NETLINK_TYPE_UNION, .type_system_union = &rtnl_prot_info_ty…
228 r = sd_netlink_message_open_container(req, IFLA_PROTINFO); in link_configure_fill_message()