Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A 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()
/OK3568_Linux_fs/kernel/include/net/
H A Ddevlink.h1427 int devlink_dpipe_match_put(struct sk_buff *skb,
/OK3568_Linux_fs/kernel/net/core/
H A Ddevlink.c2049 int devlink_dpipe_match_put(struct sk_buff *skb, in devlink_dpipe_match_put() function
2074 EXPORT_SYMBOL_GPL(devlink_dpipe_match_put);
2354 if (devlink_dpipe_match_put(skb, value->match)) in devlink_dpipe_match_value_put()