vcap_enable_lookups
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Selective Inline, Transformation ⚠️int vcap_enable_lookups(struct vcap_control *vctrl, struct net_device *ndev, int chain_id, long unsigned int cookie, bool enable);
Collision: Unique Global
Inline: Selective
Transformation: True
Instances:
In drivers/net/ethernet/microchip/vcap/vcap_api.c (ffffffff81bf9510)
Location: drivers/net/ethernet/microchip/vcap/vcap_api.c:2630
Inline: True
Symbols:
ffffffff81bf9510-ffffffff81bf9718: vcap_enable_lookups.part.0 (STB_LOCAL)
ffffffff81bf9730-ffffffff81bf9793: vcap_enable_lookups (STB_GLOBAL)
6.5
: Selective Inline ⚠️int vcap_enable_lookups(struct vcap_control *vctrl, struct net_device *ndev, int src_cid, int dst_cid, long unsigned int cookie, bool enable);
Collision: Unique Global
Inline: Selective
Transformation: False
Instances:
In drivers/net/ethernet/microchip/vcap/vcap_api.c (ffffffff81c5e340)
Location: drivers/net/ethernet/microchip/vcap/vcap_api.c:3170
Inline: True
Symbols:
ffffffff81c5e340-ffffffff81c5e4f6: vcap_enable_lookups (STB_GLOBAL)
6.8
: Selective Inline ⚠️int vcap_enable_lookups(struct vcap_control *vctrl, struct net_device *ndev, int src_cid, int dst_cid, long unsigned int cookie, bool enable);
Collision: Unique Global
Inline: Selective
Transformation: False
Instances:
In drivers/net/ethernet/microchip/vcap/vcap_api.c (ffffffff81d14ca0)
Location: drivers/net/ethernet/microchip/vcap/vcap_api.c:3184
Inline: True
Symbols:
ffffffff81d14ca0-ffffffff81d14e56: vcap_enable_lookups (STB_GLOBAL)
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
6.2
and 6.5
⚠️int src_cid
int dst_cid
int chain_id
vctrl, ndev, chain_id, cookie, enable
➡️ vctrl, ndev, src_cid, dst_cid, cookie, enable
6.5
and 6.8
✅