]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Consolidate a FreeBSD interface names translation code
authorDmitry Chagin <dchagin@FreeBSD.org>
Thu, 23 Feb 2023 08:00:29 +0000 (11:00 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Thu, 23 Feb 2023 08:00:29 +0000 (11:00 +0300)
commit3ab3c9c29cf0e5df8dbbaaf2003456445534bad8
tree2f46daf9705f018a5c5b57a17cfa518386e8b360
parent200fe6e3a0c8f2fc4fb8f48abd6528418a8a370c
linux(4): Consolidate a FreeBSD interface names translation code

We have some amount of interface names translation functions which are
differs by bugs implementation. Consolidates it in a one place.

Fixup loopback interface names translation and use ifnet methods and
accessors, where possible.

Reviewed by: melifaro
Differential Revision: https://reviews.freebsd.org/D38714
MFC after: 3 days
X-MFC with: 32fdc75fe7
sys/compat/linprocfs/linprocfs.c
sys/compat/linux/linux.c
sys/compat/linux/linux_common.h
sys/compat/linux/linux_ioctl.c