Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
ip_encap.h | 93 const struct encapsw *esw; member in struct:encaptab |
ip_encap.c | 327 const struct encapsw *esw; local in function:encap4_input 334 esw = match->esw; 335 if (esw && esw->encapsw4.pr_input) { 336 (*esw->encapsw4.pr_input)(m, off, proto, match->arg); 480 const struct encapsw *esw; local in function:encap6_input 489 esw = match->esw; 490 if (esw && esw->encapsw6.pr_input) 718 const struct encapsw *esw; local in function:encap6_ctlinput [all...] |