Searched hist:"6 b66194bcb7e43ef40b11005618544081c6e30ea" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netipsec/ |
H A D | ipsec_output.c | diff 6b66194bcb7e43ef40b11005618544081c6e30ea Fri Aug 13 09:20:46 CEST 2021 Kornel Duleba <mindal@semihalf.com> ipsec: Check PMTU before sending a frame.
If an encapsulated frame is going to have DF bit set check its desitnitions' PMTU and if it won't fit drop it and:
Generate ICMP 3/4 message if the packet was to be forwarded. Return EMSGSIZE error otherwise.
Obtained from: Semihalf Sponsored by: Stormshield Differential revision: https://reviews.freebsd.org/D30993
|
H A D | ipsec.h | diff 6b66194bcb7e43ef40b11005618544081c6e30ea Fri Aug 13 09:20:46 CEST 2021 Kornel Duleba <mindal@semihalf.com> ipsec: Check PMTU before sending a frame.
If an encapsulated frame is going to have DF bit set check its desitnitions' PMTU and if it won't fit drop it and:
Generate ICMP 3/4 message if the packet was to be forwarded. Return EMSGSIZE error otherwise.
Obtained from: Semihalf Sponsored by: Stormshield Differential revision: https://reviews.freebsd.org/D30993
|
H A D | ipsec.c | diff 6b66194bcb7e43ef40b11005618544081c6e30ea Fri Aug 13 09:20:46 CEST 2021 Kornel Duleba <mindal@semihalf.com> ipsec: Check PMTU before sending a frame.
If an encapsulated frame is going to have DF bit set check its desitnitions' PMTU and if it won't fit drop it and:
Generate ICMP 3/4 message if the packet was to be forwarded. Return EMSGSIZE error otherwise.
Obtained from: Semihalf Sponsored by: Stormshield Differential revision: https://reviews.freebsd.org/D30993
|