Lines Matching full:neighbour
80 * struct nfp_tun_req_route_ipv4 - NFP requests a route/neighbour lookup
92 * struct nfp_tun_req_route_ipv6 - NFP requests an IPv6 route/neighbour lookup
164 * struct nfp_neigh_update_work - update neighbour information to nfp
166 * @n: neighbour entry
171 struct neighbour *n;
213 struct neighbour *n; in nfp_tunnel_keep_alive()
242 /* Update the used timestamp of neighbour */ in nfp_tunnel_keep_alive()
255 struct neighbour *n; in nfp_tunnel_keep_alive_v6()
284 /* Update the used timestamp of neighbour */ in nfp_tunnel_keep_alive_v6()
467 void *flow, struct neighbour *neigh, bool is_ipv6, in nfp_tun_write_neigh()
566 /* Trigger ARP to verify invalid neighbour state. */ in nfp_tun_write_neigh()
619 nfp_flower_cmsg_warn(app, "Neighbour configuration failed.\n"); in nfp_tun_write_neigh()
633 struct neighbour *n; in nfp_tun_neigh_update()
695 nfp_tun_alloc_neigh_update_work(struct nfp_app *app, struct neighbour *n) in nfp_tun_alloc_neigh_update_work()
718 struct neighbour *n; in nfp_tun_neigh_event_handler()
727 n = (struct neighbour *)ptr; in nfp_tun_neigh_event_handler()
755 struct neighbour *n; in nfp_tunnel_request_route_v4()
780 /* Get the neighbour entry for the lookup */ in nfp_tunnel_request_route_v4()
804 struct neighbour *n; in nfp_tunnel_request_route_v6()
1527 /* Initialise priv data for neighbour offloading. */ in nfp_tunnel_config_start()