Home
last modified time | relevance | path

Searched refs:NLMSG_OK (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c107 for (; NLMSG_OK(nh, rem); nh = NLMSG_NEXT(nh, rem)) { in do_nl_req()
402 for (; NLMSG_OK(nh, total_len); nh = NLMSG_NEXT(nh, total_len)) { in print_addrs()
509 for (; NLMSG_OK(nh, total_len); nh = NLMSG_NEXT(nh, total_len)) { in print_limits()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dnetlink.h97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnetlink.h97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnetlink.h97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/OK3568_Linux_fs/kernel/tools/accounting/
H A Dgetdelays.c184 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id()
461 !NLMSG_OK((&msg.n), rep_len)) { in main()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetlink.h97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_router_ipv4_user.c159 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_route()
397 for (; NLMSG_OK(nh, nll); nh = NLMSG_NEXT(nh, nll)) { in read_arp()
/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A Dvsock_diag_test.c281 while (NLMSG_OK(h, ret)) { in read_vsock_stat()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dnetlink.c97 for (nh = (struct nlmsghdr *)buf; NLMSG_OK(nh, len); in bpf_netlink_recv()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dnet.c160 for (nh = (struct nlmsghdr *)buf; NLMSG_OK(nh, len); in netlink_recv()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dos_intfs.c2698 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dos_intfs.c2689 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dos_intfs.c3252 while (NLMSG_OK(h, err)) { in route_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dos_intfs.c3236 while (NLMSG_OK(h, err)) in route_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dos_intfs.c3025 while (NLMSG_OK(h, err)) in route_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dos_intfs.c3686 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dos_intfs.c4213 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dos_intfs.c4229 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dos_intfs.c4211 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Dos_intfs.c4343 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Dos_intfs.c4489 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Dos_intfs.c4583 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dos_intfs.c4686 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Dos_intfs.c4603 while (NLMSG_OK(h, err)) {
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dos_intfs.c4627 while (NLMSG_OK(h, err)) {

12