MCPcopy Create free account
hub / github.com/F-Stack/f-stack / llentry_mark_used

Function llentry_mark_used

freebsd/net/if_llatbl.h:256–264  ·  view source on GitHub ↗

* Notify the LLE code that the entry was used by datapath. */

Source from the content-addressed store, hash-verified

254 * Notify the LLE code that the entry was used by datapath.
255 */
256static __inline void
257llentry_mark_used(struct llentry *lle)
258{
259
260 if (lle->r_skip_req == 0)
261 return;
262 if ((lle->r_flags & RLLE_VALID) != 0)
263 lle->lle_tbl->llt_mark_used(lle);
264}
265
266int lla_rt_output(struct rt_msghdr *, struct rt_addrinfo *);
267

Callers 4

arpresolve_fullFunction · 0.85
arpresolveFunction · 0.85
ether_outputFunction · 0.85
infiniband_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected