Searched refs:s_t (Results 1 - 5 of 5) sorted by relevance
/net/sched/ |
H A D | cls_api.c | 419 int s_t; local 454 s_t = cb->args[0]; 458 if (t < s_t) 466 if (t > s_t)
|
H A D | sch_api.c | 1723 int *t_p, int s_t) 1728 *t_p < s_t || !q->ops->cl_ops || 1734 if (*t_p > s_t) 1752 int *t_p, int s_t) 1759 if (tc_dump_tclass_qdisc(root, skb, tcm, cb, t_p, s_t) < 0) 1763 if (tc_dump_tclass_qdisc(q, skb, tcm, cb, t_p, s_t) < 0) 1776 int t, s_t; local 1784 s_t = cb->args[0]; 1787 if (tc_dump_tclass_root(dev->qdisc, skb, tcm, cb, &t, s_t) < 0) 1793 &t, s_t) < 1721 tc_dump_tclass_qdisc(struct Qdisc *q, struct sk_buff *skb, struct tcmsg *tcm, struct netlink_callback *cb, int *t_p, int s_t) argument 1750 tc_dump_tclass_root(struct Qdisc *root, struct sk_buff *skb, struct tcmsg *tcm, struct netlink_callback *cb, int *t_p, int s_t) argument [all...] |
/net/ipv4/ |
H A D | ipmr.c | 2351 unsigned int t = 0, s_t; local 2355 s_t = cb->args[0]; 2361 if (t < s_t) 2363 if (t > s_t)
|
/net/ipv6/ |
H A D | ip6mr.c | 2449 unsigned int t = 0, s_t; local 2453 s_t = cb->args[0]; 2459 if (t < s_t) 2461 if (t > s_t)
|
/net/core/ |
H A D | neighbour.c | 2356 int t, family, s_t; local 2370 s_t = cb->args[0]; 2374 if (t < s_t || (family && tbl->family != family)) 2376 if (t > s_t)
|
Completed in 89 milliseconds