diff options
| author | Sai Krishna <[email protected]> | 2024-03-05 18:16:06 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-03-08 10:26:52 +0000 |
| commit | 3b43f19d065d2e6669209f991bbf1522b351d0c4 (patch) | |
| tree | 2a0b9f2230c412545805fae960ad07339c0e566b /net/xfrm/xfrm_interface_core.c | |
| parent | tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe. (diff) | |
| download | kernel-3b43f19d065d2e6669209f991bbf1522b351d0c4.tar.gz kernel-3b43f19d065d2e6669209f991bbf1522b351d0c4.zip | |
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 'net/xfrm/xfrm_interface_core.c')
0 files changed, 0 insertions, 0 deletions
