Home
last modified time | relevance | path

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

/net/core/
Drtnetlink.c1447 u32 curr_id; in rtnl_xdp_report_one() local
1450 curr_id = get_prog_id(dev); in rtnl_xdp_report_one()
1451 if (!curr_id) in rtnl_xdp_report_one()
1454 *prog_id = curr_id; in rtnl_xdp_report_one()
1455 err = nla_put_u32(skb, attr, curr_id); in rtnl_xdp_report_one()