Home
last modified time | relevance | path

Searched refs:devlink_dpipe_match_put (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c108 return devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_erif_matches_dump()
320 err = devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_host_matches_dump()
340 return devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_host_matches_dump()
869 err = devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_adj_matches_dump()
877 err = devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_adj_matches_dump()
885 return devlink_dpipe_match_put(skb, &match); in mlxsw_sp_dpipe_table_adj_matches_dump()
/linux-6.1.9/include/net/
Ddevlink.h1637 int devlink_dpipe_match_put(struct sk_buff *skb,
/linux-6.1.9/net/core/
Ddevlink.c3346 int devlink_dpipe_match_put(struct sk_buff *skb, in devlink_dpipe_match_put() function
3371 EXPORT_SYMBOL_GPL(devlink_dpipe_match_put);
3651 if (devlink_dpipe_match_put(skb, value->match)) in devlink_dpipe_match_value_put()