ipq806x_nss: refresh patches
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
* @tc_at_ingress: used within tc_classify to distinguish in/egress
|
* @tc_at_ingress: used within tc_classify to distinguish in/egress
|
||||||
* @redirected: packet was redirected by packet classifier
|
* @redirected: packet was redirected by packet classifier
|
||||||
* @from_ingress: packet was redirected from the ingress path
|
* @from_ingress: packet was redirected from the ingress path
|
||||||
@@ -970,6 +971,12 @@ struct sk_buff {
|
@@ -970,6 +971,10 @@ struct sk_buff {
|
||||||
__u8 offload_fwd_mark:1;
|
__u8 offload_fwd_mark:1;
|
||||||
__u8 offload_l3_fwd_mark:1;
|
__u8 offload_l3_fwd_mark:1;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Signed-off-by: Tallapragada Kalyan <quic_ktallapr@quicinc.com>
|
|||||||
|
|
||||||
--- a/include/linux/skbuff.h
|
--- a/include/linux/skbuff.h
|
||||||
+++ b/include/linux/skbuff.h
|
+++ b/include/linux/skbuff.h
|
||||||
@@ -992,6 +992,8 @@ struct sk_buff {
|
@@ -990,6 +990,8 @@ struct sk_buff {
|
||||||
__u8 csum_not_inet:1;
|
__u8 csum_not_inet:1;
|
||||||
#endif
|
#endif
|
||||||
__u8 fast_forwarded:1;
|
__u8 fast_forwarded:1;
|
||||||
|
|||||||
Reference in New Issue
Block a user