Searched refs:fa_cookie (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_actions.c | 138 struct flow_action_cookie fa_cookie; member 141 static u32 mlxsw_afa_cookie_hash(const struct flow_action_cookie *fa_cookie, in mlxsw_afa_cookie_hash() argument 144 return jhash2((u32 *) fa_cookie->cookie, in mlxsw_afa_cookie_hash() 145 fa_cookie->cookie_len / sizeof(u32), seed); in mlxsw_afa_cookie_hash() 150 const struct flow_action_cookie *fa_cookie = data; in mlxsw_afa_cookie_key_hashfn() local 152 return mlxsw_afa_cookie_hash(fa_cookie, seed); in mlxsw_afa_cookie_key_hashfn() 159 return mlxsw_afa_cookie_hash(&cookie->fa_cookie, seed); in mlxsw_afa_cookie_obj_hashfn() 165 const struct flow_action_cookie *fa_cookie = arg->key; in mlxsw_afa_cookie_obj_cmpfn() local 168 if (cookie->fa_cookie.cookie_len == fa_cookie->cookie_len) in mlxsw_afa_cookie_obj_cmpfn() 169 return memcmp(cookie->fa_cookie.cookie, fa_cookie->cookie, in mlxsw_afa_cookie_obj_cmpfn() [all …]
|
D | core_acl_flex_actions.h | 59 const struct flow_action_cookie *fa_cookie,
|
D | spectrum_acl.c | 390 const struct flow_action_cookie *fa_cookie, in mlxsw_sp_acl_rulei_act_drop() argument 394 fa_cookie, extack); in mlxsw_sp_acl_rulei_act_drop()
|
D | spectrum_trap.c | 116 const struct flow_action_cookie *fa_cookie; in mlxsw_sp_rx_acl_drop_listener() local 135 fa_cookie = mlxsw_sp_acl_act_cookie_lookup(mlxsw_sp, cookie_index); in mlxsw_sp_rx_acl_drop_listener() 136 devlink_trap_report(devlink, skb, trap_ctx, in_devlink_port, fa_cookie); in mlxsw_sp_rx_acl_drop_listener()
|
D | spectrum.h | 1016 const struct flow_action_cookie *fa_cookie,
|
/linux-6.1.9/drivers/net/netdevsim/ |
D | dev.c | 142 struct flow_action_cookie *fa_cookie; in nsim_dev_trap_fa_cookie_read() local 148 fa_cookie = nsim_dev->fa_cookie; in nsim_dev_trap_fa_cookie_read() 149 if (!fa_cookie) { in nsim_dev_trap_fa_cookie_read() 153 buf_len = fa_cookie->cookie_len * 2; in nsim_dev_trap_fa_cookie_read() 159 bin2hex(buf, fa_cookie->cookie, fa_cookie->cookie_len); in nsim_dev_trap_fa_cookie_read() 177 struct flow_action_cookie *fa_cookie; in nsim_dev_trap_fa_cookie_write() local 195 fa_cookie = kmalloc(sizeof(*fa_cookie) + cookie_len, in nsim_dev_trap_fa_cookie_write() 197 if (!fa_cookie) { in nsim_dev_trap_fa_cookie_write() 202 fa_cookie->cookie_len = cookie_len; in nsim_dev_trap_fa_cookie_write() 203 ret = hex2bin(fa_cookie->cookie, buf, cookie_len); in nsim_dev_trap_fa_cookie_write() [all …]
|
D | netdevsim.h | 285 struct flow_action_cookie *fa_cookie; member
|
/linux-6.1.9/net/core/ |
D | drop_monitor.c | 730 return hw_metadata->fa_cookie ? in net_dm_flow_action_cookie_size() 731 nla_total_size(hw_metadata->fa_cookie->cookie_len) : 0; in net_dm_flow_action_cookie_size() 798 if (hw_metadata->fa_cookie && in net_dm_hw_packet_report_fill() 800 hw_metadata->fa_cookie->cookie_len, in net_dm_hw_packet_report_fill() 801 hw_metadata->fa_cookie->cookie)) in net_dm_hw_packet_report_fill() 836 const struct flow_action_cookie *fa_cookie; in net_dm_hw_metadata_copy() local 855 if (metadata->fa_cookie) { in net_dm_hw_metadata_copy() 856 size_t cookie_size = sizeof(*fa_cookie) + in net_dm_hw_metadata_copy() 857 metadata->fa_cookie->cookie_len; in net_dm_hw_metadata_copy() 859 fa_cookie = kmemdup(metadata->fa_cookie, cookie_size, in net_dm_hw_metadata_copy() [all …]
|
D | devlink.c | 12015 const struct flow_action_cookie *fa_cookie) in devlink_trap_report_metadata_set() argument 12019 metadata->fa_cookie = fa_cookie; in devlink_trap_report_metadata_set() 12038 const struct flow_action_cookie *fa_cookie) in devlink_trap_report() argument 12050 in_devlink_port, fa_cookie); in devlink_trap_report()
|
/linux-6.1.9/include/net/ |
D | devlink.h | 722 const struct flow_action_cookie *fa_cookie; member 1832 const struct flow_action_cookie *fa_cookie);
|