Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: Remove struct sockaddr from net.h

Now that struct sockaddr is no longer used by net.h, remove it.

Signed-off-by: Kees Cook <kees@kernel.org>
Link: https://patch.msgid.link/20251104002617.2752303-4-kees@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Kees Cook and committed by
Jakub Kicinski
3d39d341 85cb0757

-1
-1
include/linux/net.h
··· 148 148 149 149 struct vm_area_struct; 150 150 struct page; 151 - struct sockaddr; 152 151 struct msghdr; 153 152 struct module; 154 153 struct sk_buff;