OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destmtu
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netmpls/
mpls_ttl.c
160
int
destmtu
, union mpls_shim *shim)
274
code == ICMP_UNREACH_NEEDFRAG &&
destmtu
)
275
icp->icmp_nextmtu = htons(
destmtu
);
/src/sys/netinet/
ip_input.c
1339
int error, type = 0, code = 0,
destmtu
= 0;
local in function:ip_forward
1495
destmtu
= rt->rt_ifp->if_mtu;
1500
ipsec_mtu(mcopy, &
destmtu
);
1516
icmp_error(mcopy, type, code, dest,
destmtu
);
ip_icmp.c
253
icmp_error(struct mbuf *n, int type, int code, n_long dest, int
destmtu
)
366
code == ICMP_UNREACH_NEEDFRAG &&
destmtu
)
367
icp->icmp_nextmtu = htons(
destmtu
);
/src/sys/netipsec/
ipsec.c
740
ipsec_mtu(struct mbuf *m, int *
destmtu
)
769
*
destmtu
= rt->rt_rmx.rmx_mtu ?
771
*
destmtu
-= ipsechdr;
Completed in 18 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025