Searched refs:clid (Results 1 – 2 of 2) sorted by relevance
/net/sched/ |
D | sch_api.c | 867 static int tc_fill_qdisc(struct sk_buff *skb, struct Qdisc *q, u32 clid, in tc_fill_qdisc() argument 889 tcm->tcm_parent = clid; in tc_fill_qdisc() 957 struct nlmsghdr *n, u32 clid, in qdisc_notify() argument 968 if (tc_fill_qdisc(skb, old, clid, portid, n->nlmsg_seq, in qdisc_notify() 973 if (tc_fill_qdisc(skb, new, clid, portid, n->nlmsg_seq, in qdisc_notify() 988 struct nlmsghdr *n, u32 clid, in notify_and_destroy() argument 992 qdisc_notify(net, skb, n, clid, old, new); in notify_and_destroy() 1414 u32 clid; in tc_get_qdisc() local 1432 clid = tcm->tcm_parent; in tc_get_qdisc() 1433 if (clid) { in tc_get_qdisc() [all …]
|
/net/sunrpc/ |
D | clnt.c | 347 int clid; in rpc_alloc_clid() local 349 clid = ida_simple_get(&rpc_clids, 0, 0, GFP_KERNEL); in rpc_alloc_clid() 350 if (clid < 0) in rpc_alloc_clid() 351 return clid; in rpc_alloc_clid() 352 clnt->cl_clid = clid; in rpc_alloc_clid()
|