Lines Matching refs:mpath_node

34 struct mpath_node {  struct
129 struct mpath_node *gate; in mesh_table_free()
340 struct mpath_node *node; in mpath_lookup()
393 struct mpath_node *node; in mesh_path_lookup_by_idx()
426 struct mpath_node *node; in mpp_path_lookup_by_idx()
447 struct mpath_node *gate, *new_gate; in mesh_path_add_gate()
459 new_gate = kzalloc(sizeof(struct mpath_node), GFP_ATOMIC); in mesh_path_add_gate()
489 struct mpath_node *gate; in mesh_gate_del()
533 struct mpath_node *node, *new_node; in mesh_path_add()
569 new_node = kmalloc(sizeof(struct mpath_node), GFP_ATOMIC); in mesh_path_add()
667 struct mpath_node *node, *new_node; in mpp_path_add()
685 new_node = kmalloc(sizeof(struct mpath_node), GFP_ATOMIC); in mpp_path_add()
755 struct mpath_node *node; in mesh_plink_broken()
781 struct mpath_node *node = container_of(rp, struct mpath_node, rcu); in mesh_path_node_reclaim()
789 static void __mesh_path_del(struct mesh_table *tbl, struct mpath_node *node) in __mesh_path_del()
820 struct mpath_node *node; in mesh_path_flush_by_nexthop()
842 struct mpath_node *node; in table_flush_by_iface()
890 struct mpath_node *node; in mesh_path_del()
948 struct mpath_node *gate = NULL; in mesh_path_send_to_gates()
1040 struct mpath_node *node = hlist_entry(p, struct mpath_node, list); in mesh_path_node_free()
1053 struct mpath_node *node, *new_node; in mesh_path_node_copy()
1056 new_node = kmalloc(sizeof(struct mpath_node), GFP_ATOMIC); in mesh_path_node_copy()
1060 node = hlist_entry(p, struct mpath_node, list); in mesh_path_node_copy()
1120 struct mpath_node *node; in mesh_path_expire()