Searched refs:NLM_F_EXCL (Results 1 – 14 of 14) sorted by relevance
/external/libnl-headers/netlink/ |
D | netlink-kernel.h | 129 #define NLM_F_EXCL 0x200 macro
|
/external/iproute2/include/linux/ |
D | netlink.h | 62 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/external/iproute2/ip/ |
D | ipaddrlabel.c | 156 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL; in ipaddrlabel_modify()
|
D | ipneigh.c | 440 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1); in do_ipneigh()
|
D | iprule.c | 246 req.n.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL; in iprule_modify()
|
D | iplink.c | 862 NLM_F_CREATE|NLM_F_EXCL, in do_iplink()
|
D | iproute.c | 1446 return iproute_modify(RTM_NEWROUTE, NLM_F_CREATE|NLM_F_EXCL, in do_iproute() 1461 return iproute_modify(RTM_NEWROUTE, NLM_F_EXCL, in do_iproute()
|
D | ipaddress.c | 1182 return ipaddr_modify(RTM_NEWADDR, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1); in do_ipaddr()
|
/external/kernel-headers/original/linux/ |
D | netlink.h | 62 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
|
/external/iproute2/tc/ |
D | tc_qdisc.c | 339 return tc_qdisc_modify(RTM_NEWQDISC, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1); in do_qdisc()
|
D | tc_class.c | 314 return tc_class_modify(RTM_NEWTCLASS, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1); in do_class()
|
D | tc_filter.c | 357 return tc_filter_modify(RTM_NEWTFILTER, NLM_F_EXCL|NLM_F_CREATE, argc-1, argv+1); in do_filter()
|
D | q_cbq.c | 383 if (wrr.priority == 0 && (n->nlmsg_flags&NLM_F_EXCL)) { in cbq_parse_class_opt()
|
D | m_action.c | 602 ret = tc_action_modify(RTM_NEWACTION, NLM_F_EXCL|NLM_F_CREATE, &argc, &argv); in do_action()
|