Home
last modified time | relevance | path

Searched defs:root (Results 1 – 22 of 22) sorted by relevance

/net/netfilter/
Dxt_qtaguid.c177 static struct tag_node *tag_node_tree_search(struct rb_root *root, tag_t tag) in tag_node_tree_search()
200 static void tag_node_tree_insert(struct tag_node *data, struct rb_root *root) in tag_node_tree_insert()
227 static void tag_stat_tree_insert(struct tag_stat *data, struct rb_root *root) in tag_stat_tree_insert()
232 static struct tag_stat *tag_stat_tree_search(struct rb_root *root, tag_t tag) in tag_stat_tree_search()
241 struct rb_root *root) in tag_counter_set_tree_insert()
246 static struct tag_counter_set *tag_counter_set_tree_search(struct rb_root *root, in tag_counter_set_tree_search()
256 static void tag_ref_tree_insert(struct tag_ref *data, struct rb_root *root) in tag_ref_tree_insert()
261 static struct tag_ref *tag_ref_tree_search(struct rb_root *root, tag_t tag) in tag_ref_tree_search()
269 static struct sock_tag *sock_tag_tree_search(struct rb_root *root, in sock_tag_tree_search()
287 static void sock_tag_tree_insert(struct sock_tag *data, struct rb_root *root) in sock_tag_tree_insert()
[all …]
Dxt_connlimit.c187 static void tree_nodes_free(struct rb_root *root, in tree_nodes_free()
201 count_tree(struct net *net, struct rb_root *root, in count_tree()
296 struct rb_root *root; in count_them() local
Dnft_set_rbtree.c24 struct rb_root root; member
/net/ipv6/
Dip6_fib.c480 static struct fib6_node *fib6_add_1(struct fib6_node *root, in fib6_add_1()
971 int fib6_add(struct fib6_node *root, struct rt6_info *rt, in fib6_add()
1129 static struct fib6_node *fib6_lookup_1(struct fib6_node *root, in fib6_lookup_1()
1192 struct fib6_node *fib6_lookup(struct fib6_node *root, const struct in6_addr *daddr, in fib6_lookup()
1225 static struct fib6_node *fib6_locate_1(struct fib6_node *root, in fib6_locate_1()
1255 struct fib6_node *fib6_locate(struct fib6_node *root, in fib6_locate()
1686 static void fib6_clean_tree(struct net *net, struct fib6_node *root, in fib6_clean_tree()
/net/6lowpan/
Ddebugfs.c176 struct dentry *dentry, *root; in lowpan_dev_debugfs_ctx_init() local
265 struct dentry *dentry, *root; in lowpan_dev_debugfs_802154_init() local
/net/bridge/
Dbr_private_stp.h35 bridge_id root; member
Dbr_stp.c197 struct net_bridge_port *root in br_transmit_config() local
/net/
Dsysctl_net.c30 net_ctl_header_lookup(struct ctl_table_root *root) in net_ctl_header_lookup()
/net/ceph/
Dosdmap.c403 struct rb_root *root) in __insert_pg_mapping()
428 static struct ceph_pg_mapping *__lookup_pg_mapping(struct rb_root *root, in __lookup_pg_mapping()
451 static int __remove_pg_mapping(struct rb_root *root, struct ceph_pg pgid) in __remove_pg_mapping()
469 static int __insert_pg_pool(struct rb_root *root, struct ceph_pg_pool_info *new) in __insert_pg_pool()
491 static struct ceph_pg_pool_info *__lookup_pg_pool(struct rb_root *root, u64 id) in __lookup_pg_pool()
543 static void __remove_pg_pool(struct rb_root *root, struct ceph_pg_pool_info *pi) in __remove_pg_pool()
/net/sched/
Dsch_fq.c179 struct rb_root *root, in fq_gc()
222 struct rb_root *root; in fq_classify() local
550 struct rb_root *root; in fq_reset() local
Dcls_cgroup.c60 static void cls_cgroup_destroy_rcu(struct rcu_head *root) in cls_cgroup_destroy_rcu()
Dsch_api.c259 static struct Qdisc *qdisc_match_from_root(struct Qdisc *root, u32 handle) in qdisc_match_from_root()
1441 static int tc_dump_qdisc_root(struct Qdisc *root, struct sk_buff *skb, in tc_dump_qdisc_root()
1789 static int tc_dump_tclass_root(struct Qdisc *root, struct sk_buff *skb, in tc_dump_tclass_root()
Dsch_htb.c270 static void htb_add_to_id_tree(struct rb_root *root, in htb_add_to_id_tree()
351 static void htb_safe_rb_erase(struct rb_node *rb, struct rb_root *root) in htb_safe_rb_erase()
779 struct rb_node *root; in htb_lookup_leaf() member
Dsch_hfsc.c171 struct hfsc_class root; /* root class */ member
/net/bridge/netfilter/
Debt_stp.c30 u8 root[8]; member
/net/ipv4/
Dinetpeer.c529 struct inet_peer *root; in inetpeer_invalidate_tree() local
Dtcp_input.c4768 struct rb_root *root) in tcp_collapse_one()
4784 static void tcp_rbtree_insert(struct rb_root *root, struct sk_buff *skb) in tcp_rbtree_insert()
4811 tcp_collapse(struct sock *sk, struct sk_buff_head *list, struct rb_root *root, in tcp_collapse()
/net/rds/
Drdma.c65 static struct rds_mr *rds_mr_tree_walk(struct rb_root *root, u64 key, in rds_mr_tree_walk()
/net/sunrpc/
Drpc_pipe.c1326 rpc_gssd_dummy_populate(struct dentry *root, struct rpc_pipe *pipe_data) in rpc_gssd_dummy_populate()
1389 struct dentry *root, *gssd_dentry; in rpc_fill_super() local
/net/ipv4/netfilter/
Dip_tables.c204 const struct ipt_entry *root; in trace_packet() local
/net/ipv6/netfilter/
Dip6_tables.c238 const struct ip6t_entry *root; in trace_packet() local
/net/core/
Dskbuff.c2432 void skb_rbtree_purge(struct rb_root *root) in skb_rbtree_purge()