Home
last modified time | relevance | path

Searched refs:lle_event_eh (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtoecore.c75 static eventhandler_tag lle_event_eh; variable
558 lle_event_eh = EVENTHANDLER_REGISTER(lle_event, toe_lle_event, NULL, in toecore_load()
576 EVENTHANDLER_DEREGISTER(lle_event, lle_event_eh); in toecore_unload()
/freebsd/sys/netinet6/
H A Dnd6.c140 static eventhandler_tag lle_event_eh, iflladdr_event_eh, ifnet_link_event_eh; variable
254 lle_event_eh = EVENTHANDLER_REGISTER(lle_event, nd6_lle_event, in nd6_init()
272 EVENTHANDLER_DEREGISTER(lle_event, lle_event_eh); in nd6_destroy()