MCPcopy 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
4176int
4177if_clearhwassist(if_t ifp)
4178{
4179 ((struct ifnet *)ifp)->if_hwassist = 0;
4180 return (0);
4181}
4182
4183int
4184if_sethwassistbits(if_t ifp, int toset, int toclear)

Callers 1

iflib_init_lockedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected