HomeFreeBSD

netlink: rename functions that manipulate group membership of a pcb

Description

netlink: rename functions that manipulate group membership of a pcb

Use nlp_ prefix for them, cause they operate on single pcb. Use words
"join" and "leave" instead of "add" and "del", cause we aren't creating
or destroying groups, we are just joining or leaving.
Really assert locks instead of just having "locked" suffix.

Details

Provenance
glebiusAuthored on Wed, Feb 5, 12:36 AM
Parents
rG841dcdcd3f0a: netlink: initialize VNET context with VNET_SYSINIT()
Branches
Unknown
Tags
Unknown