Home
last modified time | relevance | path

Searched refs:route_protosw (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Drtsock.c170 static const struct protosw COMPATNAME(route_protosw)[];
397 KASSERT(so->so_proto == &COMPATNAME(route_protosw)[0]); in COMPATNAME()
1789 static const struct protosw COMPATNAME(route_protosw)[] = { variable
1805 .dom_protosw = COMPATNAME(route_protosw),
1807 &COMPATNAME(route_protosw)[__arraycount(COMPATNAME(route_protosw))],