Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxdp_router_ipv4_user.c95 int len, nll = 0; in recv_msg() local
100 len = recv(sock, buf_ptr, sizeof(buf) - nll, 0); in recv_msg()
109 nll += len; in recv_msg()
116 return nll; in recv_msg()
122 static void read_route(struct nlmsghdr *nh, int nll) in read_route() argument
159 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_route()
320 int nll; in get_route_table() local
361 nll = recv_msg(sa, sock); in get_route_table()
362 if (nll < 0) { in get_route_table()
363 printf("recv from netlink: %s\n", strerror(nll)); in get_route_table()
[all …]
/Linux-v5.10/drivers/staging/media/rkisp1/uapi/
Drkisp1-config.h683 struct rkisp1_cif_isp_dpf_nll nll; member
/Linux-v5.10/drivers/staging/media/rkisp1/
Drkisp1-params.c818 if (arg->nll.scale_mode == RKISP1_CIF_ISP_NLL_SCALE_LOGARITHMIC) in rkisp1_dpf_config()
843 rkisp1_write(params->rkisp1, arg->nll.coeff[i], in rkisp1_dpf_config()