qcacmn: handling of mcast in proxy arp along with MLO MCAST

handling multicast packets in the case of proxy arp
along with MLO MCAST.

1. stamp the host inspected bit for GSN based packets.
2. trigger dp_tx_proxy_arp from the reinject handler.

Change-Id: I8aea1e4fd4e61f4cc6a5dd6d8b5151c1a9bf2fac
CRs-Fixed: 3465975
This commit is contained in:
Sai Rupesh Chevuru
2023-04-21 15:12:06 +05:30
committed by Madan Koyyalamudi
parent e663fa7cd3
commit cdbbebd6f8
3 changed files with 8 additions and 5 deletions

View File

@@ -48,6 +48,7 @@
void dp_tx_nawds_handler(struct dp_soc *soc, struct dp_vdev *vdev,
struct dp_tx_msdu_info_s *msdu_info,
qdf_nbuf_t nbuf, uint16_t sa_peer_id);
int dp_tx_proxy_arp(struct dp_vdev *vdev, qdf_nbuf_t nbuf);
/*
* DP_TX_DESC_FLAG_FRAG flags should always be defined to 0x1
* please do not change this flag's definition