OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifa_lla
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/lagg/
if_lagg.c
2921
struct ifaddr *ifa_cur, *ifa_next, *
ifa_lla
;
local
2930
ifa_lla
= NULL;
2966
if (
ifa_lla
== NULL &&
2968
ifa_lla
= ifa_next;
2969
ifaref(
ifa_lla
);
2992
if (
ifa_lla
!= NULL) {
2993
ifa_next =
ifa_lla
;
2996
ifafree(
ifa_lla
);
if_lagg.c
2921
struct ifaddr *ifa_cur, *ifa_next, *
ifa_lla
;
local
2930
ifa_lla
= NULL;
2966
if (
ifa_lla
== NULL &&
2968
ifa_lla
= ifa_next;
2969
ifaref(
ifa_lla
);
2992
if (
ifa_lla
!= NULL) {
2993
ifa_next =
ifa_lla
;
2996
ifafree(
ifa_lla
);
Completed in 28 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026