linked
KASSERT(tc->linked == 0, ("free() on linked config"));
tc->linked = 1;
tc->linked = 0;
uint8_t linked; /* 1 if already linked */
int linked;
if (ife->linked != 0) {
ife->linked = 0;
if (ife->linked == 0 && ifindex != 0) {
ife->linked = 1;
} else if (ife->linked != 0 && ifindex == 0) {
ife->linked = 0;
if (pp->linked()) {
static const char *linked(const char *_file);
if (sflag && (cp = linked(arg)) != NULL) {