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

/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c64 int len, nll = 0; local
69 len = recv(sock, buf_ptr, sizeof(buf) - nll, 0);
78 nll += len;
85 return nll;
91 static void read_route(struct nlmsghdr *nh, int nll) argument
117 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) {
259 int nll; local
300 nll = recv_msg(sa, sock);
301 if (nll <
316 read_arp(struct nlmsghdr *nh, int nll) argument
396 int nll; local
455 int sock, sock_arp, nll; local
[all...]
/linux-master/include/uapi/linux/
H A Drkisp1-config.h764 * @nll: noise level lookup
770 struct rkisp1_cif_isp_dpf_nll nll; member in struct:rkisp1_cif_isp_dpf_config
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c1178 if (arg->nll.scale_mode == RKISP1_CIF_ISP_NLL_SCALE_LOGARITHMIC)
1205 arg->nll.coeff[i]);

Completed in 207 milliseconds