Home
last modified time | relevance | path

Searched refs:NLM_F_EXCL (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnetlink.h50 #define NLM_F_EXCL 0x200 /* Do not touch, if it exists */ macro
/linux-2.4.37.9/net/sched/
Dsch_api.c635 if (n->nlmsg_flags&NLM_F_EXCL) in tc_modify_qdisc()
669 ((n->nlmsg_flags&NLM_F_EXCL) || in tc_modify_qdisc()
684 if (n->nlmsg_flags&NLM_F_EXCL) in tc_modify_qdisc()
929 if (n->nlmsg_flags&NLM_F_EXCL) in tc_ctl_tclass()
Dcls_api.c261 if (n->nlmsg_flags&NLM_F_EXCL) in tc_ctl_tfilter()
/linux-2.4.37.9/net/ipv4/
Dfib_hash.c552 if (n->nlmsg_flags&NLM_F_EXCL) in fn_hash_insert()
/linux-2.4.37.9/net/decnet/
Ddn_table.c499 if (n->nlmsg_flags & NLM_F_EXCL) in dn_fib_table_insert()
/linux-2.4.37.9/net/core/
Dneighbour.c1437 if (nlh->nlmsg_flags&NLM_F_EXCL) in neigh_add()