OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifmtu
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/altq/libaltq/
altq_qop.h
77
u_int
ifmtu
; /* mtu of the interface */
member in struct:ifinfo
/src/dist/pf/sbin/pfctl/
pfctl_altq.c
391
u_int
ifmtu
;
local in function:eval_pfqueue_cbq
398
ifmtu
= getifmtu(pa->ifname);
402
opts->pktsize =
ifmtu
;
405
} else if (opts->pktsize >
ifmtu
)
406
opts->pktsize =
ifmtu
;
408
opts->maxpktsize =
ifmtu
;
409
else if (opts->maxpktsize >
ifmtu
)
410
opts->pktsize =
ifmtu
;
Completed in 13 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025