Home
last modified time | relevance | path

Searched defs:nlattr (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/
H A Dfd-trans.c443 static abi_long host_to_target_for_each_nlattr(struct nlattr *nlattr, in host_to_target_for_each_nlattr()
510 static abi_long host_to_target_data_bridge_nlattr(struct nlattr *nlattr, in host_to_target_data_bridge_nlattr()
596 static abi_long host_to_target_slave_data_bridge_nlattr(struct nlattr *nlattr, in host_to_target_slave_data_bridge_nlattr()
664 static abi_long host_to_target_data_tun_nlattr(struct nlattr *nlattr, in host_to_target_data_tun_nlattr()
700 static abi_long host_to_target_data_linkinfo_nlattr(struct nlattr *nlattr, in host_to_target_data_linkinfo_nlattr()
759 static abi_long host_to_target_data_inet_nlattr(struct nlattr *nlattr, in host_to_target_data_inet_nlattr()
780 static abi_long host_to_target_data_inet6_nlattr(struct nlattr *nlattr, in host_to_target_data_inet6_nlattr()
832 static abi_long host_to_target_data_spec_nlattr(struct nlattr *nlattr, in host_to_target_data_spec_nlattr()
852 static abi_long host_to_target_data_xdp_nlattr(struct nlattr *nlattr, in host_to_target_data_xdp_nlattr()
874 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 Dnetlink.h211 struct nlattr { struct
232 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h229 struct nlattr { struct
250 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
/openbmc/linux/net/devlink/
H A Ddev.c1119 const struct nlattr *nlattr; in __devlink_compat_running_version() local