Home
last modified time | relevance | path

Searched refs:greqs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dipv6_sockglue.c139 static int copy_group_source_from_sockptr(struct group_source_req *greqs, in copy_group_source_from_sockptr() argument
149 greqs->gsr_interface = gr32.gsr_interface; in copy_group_source_from_sockptr()
150 greqs->gsr_group = gr32.gsr_group; in copy_group_source_from_sockptr()
151 greqs->gsr_source = gr32.gsr_source; in copy_group_source_from_sockptr()
153 if (optlen < sizeof(*greqs)) in copy_group_source_from_sockptr()
155 if (copy_from_sockptr(greqs, optval, sizeof(*greqs))) in copy_group_source_from_sockptr()
165 struct group_source_req greqs; in do_ipv6_mcast_group_source() local
169 ret = copy_group_source_from_sockptr(&greqs, optval, optlen); in do_ipv6_mcast_group_source()
173 if (greqs in do_ipv6_mcast_group_source()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dipv6_sockglue.c141 static int copy_group_source_from_sockptr(struct group_source_req *greqs, in copy_group_source_from_sockptr() argument
151 greqs->gsr_interface = gr32.gsr_interface; in copy_group_source_from_sockptr()
152 greqs->gsr_group = gr32.gsr_group; in copy_group_source_from_sockptr()
153 greqs->gsr_source = gr32.gsr_source; in copy_group_source_from_sockptr()
155 if (optlen < sizeof(*greqs)) in copy_group_source_from_sockptr()
157 if (copy_from_sockptr(greqs, optval, sizeof(*greqs))) in copy_group_source_from_sockptr()
167 struct group_source_req greqs; in do_ipv6_mcast_group_source() local
171 ret = copy_group_source_from_sockptr(&greqs, optval, optlen); in do_ipv6_mcast_group_source()
175 if (greqs in do_ipv6_mcast_group_source()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_sockglue.c705 static int copy_group_source_from_sockptr(struct group_source_req *greqs, in copy_group_source_from_sockptr() argument
715 greqs->gsr_interface = gr32.gsr_interface; in copy_group_source_from_sockptr()
716 greqs->gsr_group = gr32.gsr_group; in copy_group_source_from_sockptr()
717 greqs->gsr_source = gr32.gsr_source; in copy_group_source_from_sockptr()
719 if (optlen != sizeof(*greqs)) in copy_group_source_from_sockptr()
721 if (copy_from_sockptr(greqs, optval, sizeof(*greqs))) in copy_group_source_from_sockptr()
731 struct group_source_req greqs; in do_mcast_group_source() local
736 err = copy_group_source_from_sockptr(&greqs, optval, optlen); in do_mcast_group_source()
740 if (greqs in do_mcast_group_source()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_sockglue.c700 static int copy_group_source_from_sockptr(struct group_source_req *greqs, in copy_group_source_from_sockptr() argument
710 greqs->gsr_interface = gr32.gsr_interface; in copy_group_source_from_sockptr()
711 greqs->gsr_group = gr32.gsr_group; in copy_group_source_from_sockptr()
712 greqs->gsr_source = gr32.gsr_source; in copy_group_source_from_sockptr()
714 if (optlen != sizeof(*greqs)) in copy_group_source_from_sockptr()
716 if (copy_from_sockptr(greqs, optval, sizeof(*greqs))) in copy_group_source_from_sockptr()
726 struct group_source_req greqs; in do_mcast_group_source() local
731 err = copy_group_source_from_sockptr(&greqs, optval, optlen); in do_mcast_group_source()
735 if (greqs in do_mcast_group_source()
[all...]

Completed in 5 milliseconds