Home
last modified time | relevance | path

Searched refs:NLM_F_ECHO (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ 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.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ 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.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetlink.h57 #define NLM_F_ECHO 0x08 /* Echo this request */ macro
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Dnlmsg.c241 nlh->nlmsg_flags & NLM_F_ECHO ? 'E' : '-'); in mnl_nlmsg_fprintf_header()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_api.c1348 n->nlmsg_flags & NLM_F_ECHO); in tca_action_flush()
1420 n->nlmsg_flags & NLM_F_ECHO); in tcf_del_notify()
1494 n->nlmsg_flags & NLM_F_ECHO); in tcf_add_notify()
H A Dsch_api.c997 n->nlmsg_flags & NLM_F_ECHO); in qdisc_notify()
1868 n->nlmsg_flags & NLM_F_ECHO); in tclass_notify()
1903 n->nlmsg_flags & NLM_F_ECHO); in tclass_del_notify()
H A Dcls_api.c1877 n->nlmsg_flags & NLM_F_ECHO); in tfilter_notify()
1916 n->nlmsg_flags & NLM_F_ECHO); in tfilter_del_notify()
2722 flags & NLM_F_ECHO); in tc_chain_notify()
2751 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/OK3568_Linux_fs/kernel/include/net/
H A Dnetlink.h888 return !!(nlh->nlmsg_flags & NLM_F_ECHO); in nlmsg_report()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c74 return info->nlhdr->nlmsg_flags & NLM_F_ECHO || in ovs_must_notify()