Lines Matching refs:ee
2002 struct sock_extended_err ee; in host_to_target_cmsg() member
2013 __put_user(errh->ee.ee_errno, &target_errh->ee.ee_errno); in host_to_target_cmsg()
2014 __put_user(errh->ee.ee_origin, &target_errh->ee.ee_origin); in host_to_target_cmsg()
2015 __put_user(errh->ee.ee_type, &target_errh->ee.ee_type); in host_to_target_cmsg()
2016 __put_user(errh->ee.ee_code, &target_errh->ee.ee_code); in host_to_target_cmsg()
2017 __put_user(errh->ee.ee_pad, &target_errh->ee.ee_pad); in host_to_target_cmsg()
2018 __put_user(errh->ee.ee_info, &target_errh->ee.ee_info); in host_to_target_cmsg()
2019 __put_user(errh->ee.ee_data, &target_errh->ee.ee_data); in host_to_target_cmsg()
2056 struct sock_extended_err ee; in host_to_target_cmsg() member
2067 __put_user(errh->ee.ee_errno, &target_errh->ee.ee_errno); in host_to_target_cmsg()
2068 __put_user(errh->ee.ee_origin, &target_errh->ee.ee_origin); in host_to_target_cmsg()
2069 __put_user(errh->ee.ee_type, &target_errh->ee.ee_type); in host_to_target_cmsg()
2070 __put_user(errh->ee.ee_code, &target_errh->ee.ee_code); in host_to_target_cmsg()
2071 __put_user(errh->ee.ee_pad, &target_errh->ee.ee_pad); in host_to_target_cmsg()
2072 __put_user(errh->ee.ee_info, &target_errh->ee.ee_info); in host_to_target_cmsg()
2073 __put_user(errh->ee.ee_data, &target_errh->ee.ee_data); in host_to_target_cmsg()