diff options
author | Sai Krishna <[email protected]> | 2024-03-05 23:46:06 +0530 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-03-08 10:26:52 +0000 |
commit | 3b43f19d065d2e6669209f991bbf1522b351d0c4 (patch) | |
tree | 2a0b9f2230c412545805fae960ad07339c0e566b /lib/crypto/mpi/mpi-bit.c | |
parent | caabd859c41b50a571cfdf7747de9f245c5d531b (diff) |
octeontx2-pf: Add TC flower offload support for TCP flags
This patch adds TC offload support for matching TCP flags
from TCP header.
Example usage:
tc qdisc add dev eth0 ingress
TC rule to drop the TCP SYN packets:
tc filter add dev eth0 ingress protocol ip flower ip_proto tcp tcp_flags
0x02/0x3f skip_sw action drop
Signed-off-by: Sai Krishna <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions