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.c415 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()
636 static abi_long host_to_target_data_tun_nlattr(struct nlattr *nlattr, in host_to_target_data_tun_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()
894 static abi_long host_to_target_data_vfinfo_nlattr(struct nlattr *nlattr, in host_to_target_data_vfinfo_nlattr()
1287 static abi_long target_to_host_for_each_nlattr(struct nlattr *nlattr, in target_to_host_for_each_nlattr()
1317 static abi_long target_to_host_data_inet6_nlattr(struct nlattr *nlattr) in target_to_host_data_inet6_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