/kernel/linux/linux-5.10/net/rose/ |
H A D | rose_route.c | 268 if (rose_route->neigh2 != NULL) in rose_remove_route() 269 rose_route->neigh2->use--; in rose_remove_route() 540 if (s->neigh1->dev == dev || s->neigh2->dev == dev) 667 (rose_route->neigh2 == neigh && rose_route->lci2 == lci)) in rose_route_free_lci() 780 if ((rose_route->neigh1 == rose_neigh && rose_route->neigh2 == rose_neigh) || in rose_del_route_by_neigh() 781 (rose_route->neigh1 == rose_neigh && rose_route->neigh2 == NULL) || in rose_del_route_by_neigh() 782 (rose_route->neigh2 == rose_neigh && rose_route->neigh1 == NULL)) { in rose_del_route_by_neigh() 792 rose_transmit_clear_request(rose_route->neigh2, rose_route->lci2, ROSE_OUT_OF_ORDER, 0); in rose_del_route_by_neigh() 795 if (rose_route->neigh2 == rose_neigh) { in rose_del_route_by_neigh() 796 rose_route->neigh2 in rose_del_route_by_neigh() [all...] |
/kernel/linux/linux-6.6/net/rose/ |
H A D | rose_route.c | 268 if (rose_route->neigh2 != NULL) in rose_remove_route() 269 rose_route->neigh2->use--; in rose_remove_route() 542 if (s->neigh1->dev == dev || s->neigh2->dev == dev) 671 (rose_route->neigh2 == neigh && rose_route->lci2 == lci)) in rose_route_free_lci() 784 if ((rose_route->neigh1 == rose_neigh && rose_route->neigh2 == rose_neigh) || in rose_del_route_by_neigh() 785 (rose_route->neigh1 == rose_neigh && rose_route->neigh2 == NULL) || in rose_del_route_by_neigh() 786 (rose_route->neigh2 == rose_neigh && rose_route->neigh1 == NULL)) { in rose_del_route_by_neigh() 796 rose_transmit_clear_request(rose_route->neigh2, rose_route->lci2, ROSE_OUT_OF_ORDER, 0); in rose_del_route_by_neigh() 799 if (rose_route->neigh2 == rose_neigh) { in rose_del_route_by_neigh() 800 rose_route->neigh2 in rose_del_route_by_neigh() [all...] |
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | bat_v.c | 453 struct batadv_neigh_node *neigh2, in batadv_v_neigh_cmp() 463 ifinfo2 = batadv_neigh_ifinfo_get(neigh2, if_outgoing2); in batadv_v_neigh_cmp() 478 struct batadv_neigh_node *neigh2, in batadv_v_neigh_is_sob() 489 ifinfo2 = batadv_neigh_ifinfo_get(neigh2, if_outgoing2); in batadv_v_neigh_is_sob() 451 batadv_v_neigh_cmp(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2) batadv_v_neigh_cmp() argument 476 batadv_v_neigh_is_sob(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2) batadv_v_neigh_is_sob() argument
|
H A D | bat_iv_ogm.c | 2005 * @neigh2: the second neighbor object of the comparison 2011 * the same as or higher than the metric via neigh2 2017 struct batadv_neigh_node *neigh2, in batadv_iv_ogm_neigh_diff() 2026 neigh2_ifinfo = batadv_neigh_ifinfo_get(neigh2, if_outgoing2); in batadv_iv_ogm_neigh_diff() 2180 * @neigh2: the second neighbor object of the comparison 2184 * lower, the same as or higher than the metric via neigh2 2188 struct batadv_neigh_node *neigh2, in batadv_iv_ogm_neigh_cmp() 2194 ret = batadv_iv_ogm_neigh_diff(neigh1, if_outgoing1, neigh2, in batadv_iv_ogm_neigh_cmp() 2204 * than neigh2 from the metric prospective 2207 * @neigh2 2015 batadv_iv_ogm_neigh_diff(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2, int *diff) batadv_iv_ogm_neigh_diff() argument 2186 batadv_iv_ogm_neigh_cmp(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2) batadv_iv_ogm_neigh_cmp() argument 2214 batadv_iv_ogm_neigh_is_sob(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2) batadv_iv_ogm_neigh_is_sob() argument [all...] |
H A D | types.h | 2163 struct batadv_neigh_node *neigh2, 2168 * than neigh2 for their respective outgoing interface from the metric 2173 struct batadv_neigh_node *neigh2,
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | bat_v.c | 607 struct batadv_neigh_node *neigh2, in batadv_v_neigh_cmp() 617 ifinfo2 = batadv_neigh_ifinfo_get(neigh2, if_outgoing2); in batadv_v_neigh_cmp() 632 struct batadv_neigh_node *neigh2, in batadv_v_neigh_is_sob() 643 ifinfo2 = batadv_neigh_ifinfo_get(neigh2, if_outgoing2); in batadv_v_neigh_is_sob() 605 batadv_v_neigh_cmp(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2) batadv_v_neigh_cmp() argument 630 batadv_v_neigh_is_sob(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2) batadv_v_neigh_is_sob() argument
|
H A D | bat_iv_ogm.c | 2171 * @neigh2: the second neighbor object of the comparison 2177 * the same as or higher than the metric via neigh2 2183 struct batadv_neigh_node *neigh2, in batadv_iv_ogm_neigh_diff() 2192 neigh2_ifinfo = batadv_neigh_ifinfo_get(neigh2, if_outgoing2); in batadv_iv_ogm_neigh_diff() 2346 * @neigh2: the second neighbor object of the comparison 2350 * lower, the same as or higher than the metric via neigh2 2354 struct batadv_neigh_node *neigh2, in batadv_iv_ogm_neigh_cmp() 2360 ret = batadv_iv_ogm_neigh_diff(neigh1, if_outgoing1, neigh2, in batadv_iv_ogm_neigh_cmp() 2370 * than neigh2 from the metric prospective 2373 * @neigh2 2181 batadv_iv_ogm_neigh_diff(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2, int *diff) batadv_iv_ogm_neigh_diff() argument 2352 batadv_iv_ogm_neigh_cmp(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2) batadv_iv_ogm_neigh_cmp() argument 2380 batadv_iv_ogm_neigh_is_sob(struct batadv_neigh_node *neigh1, struct batadv_hard_iface *if_outgoing1, struct batadv_neigh_node *neigh2, struct batadv_hard_iface *if_outgoing2) batadv_iv_ogm_neigh_is_sob() argument [all...] |
H A D | types.h | 2230 struct batadv_neigh_node *neigh2, 2235 * than neigh2 for their respective outgoing interface from the metric 2240 struct batadv_neigh_node *neigh2,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | rose.h | 122 struct rose_neigh *neigh1, *neigh2; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | rose.h | 123 struct rose_neigh *neigh1, *neigh2; member
|