Home | Sort by: relevance | last modified time | path |
/src/sys/netipsec/ | |
keysock.c | 80 static const struct protosw keysw[]; variable in typeref:typename:const struct protosw[] 590 KASSERT(so->so_proto == &keysw[0]); 668 static const struct protosw keysw[] = { variable in typeref:typename:const struct protosw[] 684 .dom_protosw = keysw, 685 .dom_protoswNPROTOSW = &keysw[__arraycount(keysw)], |
keysock.c | 80 static const struct protosw keysw[]; variable in typeref:typename:const struct protosw[] 590 KASSERT(so->so_proto == &keysw[0]); 668 static const struct protosw keysw[] = { variable in typeref:typename:const struct protosw[] 684 .dom_protosw = keysw, 685 .dom_protoswNPROTOSW = &keysw[__arraycount(keysw)], |