Home
last modified time | relevance | path

Searched refs:copy_to_sockptr_offset (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dsockptr.h110 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, in copy_to_sockptr_offset() function
121 return copy_to_sockptr_offset(dst, 0, src, size); in copy_to_sockptr()
H A Dbpfptr.h65 return copy_to_sockptr_offset((sockptr_t) dst, offset, src, size); in copy_to_bpfptr_offset()
/linux/net/ipv6/
H A Dipv6_sockglue.c1078 copy_to_sockptr_offset(optval, offsetof(struct compat_group_filter, gf_fmode), in compat_ipv6_get_msfilter()
1080 copy_to_sockptr_offset(optval, offsetof(struct compat_group_filter, gf_numsrc), in compat_ipv6_get_msfilter()
H A Dip6_flowlabel.c706 if (copy_to_sockptr_offset(optval, offset, &fl->label, in ipv6_flowlabel_get()
H A Dmcast.c623 if (copy_to_sockptr_offset(optval, ss_offset, &ss, sizeof(ss))) in ip6_mc_msfget()
/linux/net/ipv4/
H A Dip_sockglue.c1499 copy_to_sockptr_offset(optval, offsetof(struct compat_group_filter, gf_fmode), in compat_ip_get_mcast_msfilter()
1501 copy_to_sockptr_offset(optval, offsetof(struct compat_group_filter, gf_numsrc), in compat_ip_get_mcast_msfilter()
H A Dtcp_ao.c2290 if (copy_to_sockptr_offset(optval, out_offset, in tcp_ao_copy_mkts_to_user()
2301 if (copy_to_sockptr_offset(optval, out_offset, in tcp_ao_copy_mkts_to_user()
H A Digmp.c2675 copy_to_sockptr_offset(optval, in ip_mc_msfget()
2722 if (copy_to_sockptr_offset(optval, ss_offset, in ip_mc_gsfget()
/linux/net/core/
H A Dsock.c1718 if (copy_to_sockptr_offset(dst, i * sizeof(gid), &gid, sizeof(gid))) in groups_to_user()