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

Function if_getcapenable

freebsd/net/if.c:4113–4117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4111}
4112
4113int
4114if_getcapenable(if_t ifp)
4115{
4116 return ((struct ifnet *)ifp)->if_capenable;
4117}
4118
4119/*
4120 * This is largely undesirable because it ties ifnet to a device, but does

Callers 11

gen_enable_offloadFunction · 0.85
gen_encapFunction · 0.85
gen_rxintrFunction · 0.85
gen_ioctlFunction · 0.85
awg_init_dmaFunction · 0.85
awg_ioctlFunction · 0.85
awg_rxintrFunction · 0.85
iflib_init_lockedFunction · 0.85
iflib_rxeofFunction · 0.85
_task_fn_txFunction · 0.85
iflib_if_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected