OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:esw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
ip_encap.c
327
const struct encapsw *
esw
;
local
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
489
esw
= match->
esw
;
490
if (
esw
&& esw->encapsw6.pr_input)
718
const struct encapsw *
esw
;
local
[
all
...]
ip_encap.h
93
const struct encapsw *
esw
;
member in struct:encaptab
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026