Searched defs:nlattr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | fd-trans.c | 415 static abi_long host_to_target_for_each_nlattr(struct nlattr *nlattr, in host_to_target_for_each_nlattr() 482 static abi_long host_to_target_data_bridge_nlattr(struct nlattr *nlattr, in host_to_target_data_bridge_nlattr() 568 static abi_long host_to_target_slave_data_bridge_nlattr(struct nlattr *nlattr, in host_to_target_slave_data_bridge_nlattr() 636 static abi_long host_to_target_data_tun_nlattr(struct nlattr *nlattr, in host_to_target_data_tun_nlattr() 672 static abi_long host_to_target_data_linkinfo_nlattr(struct nlattr *nlattr, in host_to_target_data_linkinfo_nlattr() 731 static abi_long host_to_target_data_inet_nlattr(struct nlattr *nlattr, in host_to_target_data_inet_nlattr() 752 static abi_long host_to_target_data_inet6_nlattr(struct nlattr *nlattr, in host_to_target_data_inet6_nlattr() 804 static abi_long host_to_target_data_spec_nlattr(struct nlattr *nlattr, in host_to_target_data_spec_nlattr() 824 static abi_long host_to_target_data_xdp_nlattr(struct nlattr *nlattr, in host_to_target_data_xdp_nlattr() 846 static abi_long host_to_target_data_vlan_list_nlattr(struct nlattr *nlattr, in host_to_target_data_vlan_list_nlattr() [all …]
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | netlink.h | 211 struct nlattr { struct 232 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | netlink.h | 229 struct nlattr { struct 250 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
|
/openbmc/linux/net/devlink/ |
H A D | dev.c | 1119 const struct nlattr *nlattr; in __devlink_compat_running_version() local
|