Searched defs:nlattr (Results 1 – 4 of 4) sorted by relevance
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()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 …]
211 struct nlattr { struct232 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
229 struct nlattr { struct250 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) argument
1119 const struct nlattr *nlattr; in __devlink_compat_running_version() local