OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstifp
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net/
if_srt.h
21
struct ifnet *
dstifp
;
member in union:srt_rt::__anonf60ca54e020a
if_srt.c
116
if (r->u.
dstifp
->if_mtu < mtu)
117
mtu = r->u.
dstifp
->if_mtu;
261
if (! (r->u.
dstifp
->if_flags & IFF_UP)) {
267
return ip6_if_output(r->u.
dstifp
, r->u.
dstifp
, m, &r->dst.sin6, 0);
268
return if_output_lock(r->u.
dstifp
, r->u.
dstifp
, m, &r->dst.sa, 0);
452
strlcpy(&dr->u.dstifn[0], &scr->u.
dstifp
->if_xname[0],
515
scr->u.
dstifp
= ifp;
/src/sys/netinet6/
ip6_forward.c
76
const struct ifnet *
dstifp
, const char *fmt, ...)
86
if (
dstifp
)
90
if (
dstifp
)
91
in6_ifstat_inc(
dstifp
, ifs6_in_discard);
103
IN6_PRINT(dbuf, &ip6->ip6_dst),
dstifp
? if_name(
dstifp
) : "?",
frag6.c
178
struct ifnet *
dstifp
;
local in function:frag6_input
190
dstifp
= NULL;
194
dstifp
= ((struct in6_ifaddr *)rt->rt_ifa)->ia_ifp;
199
in6_ifstat_inc(
dstifp
, ifs6_reass_fail);
215
in6_ifstat_inc(
dstifp
, ifs6_reass_fail);
220
in6_ifstat_inc(
dstifp
, ifs6_reass_reqd);
238
in6_ifstat_inc(
dstifp
, ifs6_reass_ok);
524
in6_ifstat_inc(
dstifp
, ifs6_reass_ok);
537
in6_ifstat_inc(
dstifp
, ifs6_reass_fail);
Completed in 13 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025