blog:linux:connection_tracking_2_core_implementation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blog:linux:connection_tracking_2_core_implementation [2022-02-06] – Added kernel tag Andrej Stender | blog:linux:connection_tracking_2_core_implementation [2022-08-07] (current) – activated TOC Andrej Stender | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| date created = 2021-04-11 | date created = 2021-04-11 | ||
| ~~ | ~~ | ||
| - | |||
| - | ~~NOTOC~~ | ||
| - | |||
| With this article series I like to take a closer look at the connection tracking subsystem of the Linux kernel, which provides the basis for features like stateful packet filtering and NAT. | With this article series I like to take a closer look at the connection tracking subsystem of the Linux kernel, which provides the basis for features like stateful packet filtering and NAT. | ||
| Line 238: | Line 235: | ||
| is required for " | is required for " | ||
| by a network packet and they either become " | by a network packet and they either become " | ||
| - | still traversing the kernel network stack or they die together that same packet | + | still traversing the kernel network stack or they die together |
| when it is being dropped.)). This means, usually each further network packet | when it is being dropped.)). This means, usually each further network packet | ||
| traversing the main ct hook functions which is identified to belong to a tracked | traversing the main ct hook functions which is identified to belong to a tracked | ||
| Line 350: | Line 347: | ||
| - | //published 2021-04-11//, | + | //published 2021-04-11//, |
blog/linux/connection_tracking_2_core_implementation.1644132373.txt.gz · Last modified: 2022-02-06 by Andrej Stender
