Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsockptr.h85 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, in copy_to_sockptr_offset() function
96 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()
/openbmc/linux/net/ipv6/
H A Dipv6_sockglue.c1117 copy_to_sockptr_offset(optval, offsetof(struct compat_group_filter, gf_fmode), in compat_ipv6_get_msfilter()
1119 copy_to_sockptr_offset(optval, offsetof(struct compat_group_filter, gf_numsrc), in compat_ipv6_get_msfilter()
H A Dip6_flowlabel.c713 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()
/openbmc/linux/net/ipv4/
H A Dip_sockglue.c1506 copy_to_sockptr_offset(optval, offsetof(struct compat_group_filter, gf_fmode), in compat_ip_get_mcast_msfilter()
1508 copy_to_sockptr_offset(optval, offsetof(struct compat_group_filter, gf_numsrc), in compat_ip_get_mcast_msfilter()
H A Digmp.c2586 copy_to_sockptr_offset(optval, in ip_mc_msfget()
2633 if (copy_to_sockptr_offset(optval, ss_offset, in ip_mc_gsfget()
/openbmc/linux/net/core/
H A Dsock.c1598 if (copy_to_sockptr_offset(dst, i * sizeof(gid), &gid, sizeof(gid))) in groups_to_user()