Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if_clearhwassist
Function
if_clearhwassist
freebsd/net/if.c:4176–4181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4174
}
4175
4176
int
4177
if_clearhwassist(if_t ifp)
4178
{
4179
((struct ifnet *)ifp)->if_hwassist = 0;
4180
return (0);
4181
}
4182
4183
int
4184
if_sethwassistbits(if_t ifp, int toset, int toclear)
Callers
1
iflib_init_locked
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected