File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4968,6 +4968,9 @@ union bpf_attr {
4968
4968
* the netns switch takes place from ingress to ingress without
4969
4969
* going through the CPU's backlog queue.
4970
4970
*
4971
+ * *skb*\ **->mark** and *skb*\ **->tstamp** are not cleared during
4972
+ * the netns switch.
4973
+ *
4971
4974
* The *flags* argument is reserved and must be 0. The helper is
4972
4975
* currently only supported for tc BPF program types at the
4973
4976
* ingress hook and for veth and netkit target device types. The
Original file line number Diff line number Diff line change @@ -4968,6 +4968,9 @@ union bpf_attr {
4968
4968
* the netns switch takes place from ingress to ingress without
4969
4969
* going through the CPU's backlog queue.
4970
4970
*
4971
+ * *skb*\ **->mark** and *skb*\ **->tstamp** are not cleared during
4972
+ * the netns switch.
4973
+ *
4971
4974
* The *flags* argument is reserved and must be 0. The helper is
4972
4975
* currently only supported for tc BPF program types at the
4973
4976
* ingress hook and for veth and netkit target device types. The
You can’t perform that action at this time.
0 commit comments