Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dxdp_router_ipv4_user.c64 int len, nll = 0; in recv_msg() local
78 nll += len; in recv_msg()
85 return nll; in recv_msg()
117 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_route()
259 int nll; in get_route_table() local
301 if (nll < 0) { in get_route_table()
303 ret = nll; in get_route_table()
333 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_arp()
396 int nll; in get_arp_table() local
436 if (nll < 0) { in get_arp_table()
[all …]
/linux/include/uapi/linux/
A Drkisp1-config.h775 struct rkisp1_cif_isp_dpf_nll nll; member
/linux/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-params.c1200 if (arg->nll.scale_mode == RKISP1_CIF_ISP_NLL_SCALE_LOGARITHMIC) in rkisp1_dpf_config()
1227 arg->nll.coeff[i]); in rkisp1_dpf_config()

Completed in 20 milliseconds