Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lltable_get_ifp
Function
lltable_get_ifp
freebsd/net/if_llatbl.c:661–666 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
659
}
660
661
struct ifnet *
662
lltable_get_ifp(const struct lltable *llt)
663
{
664
665
return (llt->llt_ifp);
666
}
667
668
int
669
lltable_get_af(const struct lltable *llt)
Callers
5
toe_lle_event
Function · 0.85
nd6_lle_event
Function · 0.85
nd6_llinfo_timer
Function · 0.85
nd6_free
Function · 0.85
nd6_na_input
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected