Searched refs:nll (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/samples/bpf/ |
D | xdp_router_ipv4_user.c | 64 int len, nll = 0; in recv_msg() local 69 len = recv(sock, buf_ptr, sizeof(buf) - nll, 0); in recv_msg() 78 nll += len; in recv_msg() 85 return nll; in recv_msg() 91 static void read_route(struct nlmsghdr *nh, int nll) in read_route() argument 117 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_route() 259 int nll; in get_route_table() local 300 nll = recv_msg(sa, sock); in get_route_table() 301 if (nll < 0) { in get_route_table() 302 fprintf(stderr, "recv from netlink: %s\n", strerror(nll)); in get_route_table() [all …]
|
/linux-6.1.9/rust/alloc/ |
D | lib.rs | 170 #![feature(nll)] // Not necessary, but here to test the `nll` feature.
|
/linux-6.1.9/include/uapi/linux/ |
D | rkisp1-config.h | 766 struct rkisp1_cif_isp_dpf_nll nll; member
|
/linux-6.1.9/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-params.c | 1178 if (arg->nll.scale_mode == RKISP1_CIF_ISP_NLL_SCALE_LOGARITHMIC) in rkisp1_dpf_config() 1205 arg->nll.coeff[i]); in rkisp1_dpf_config()
|