| /drivers/net/ethernet/sfc/ |
| A D | tc_encap_actions.c | 41 struct efx_neigh_binder *neigh = ptr; in efx_neigh_free() local 88 struct efx_neigh_binder *neigh, *old; in efx_bind_neigh() local 223 static void efx_free_neigh(struct efx_neigh_binder *neigh) in efx_free_neigh() 238 struct efx_neigh_binder *neigh = encap->neigh; in efx_release_neigh() local 251 struct efx_neigh_binder *neigh = encap->neigh; in efx_gen_tun_header_eth() local 267 struct efx_neigh_binder *neigh = encap->neigh; in efx_gen_tun_header_ipv4() local 287 struct efx_neigh_binder *neigh = encap->neigh; in efx_gen_tun_header_ipv6() local 506 struct efx_neigh_binder *neigh = container_of(work, struct efx_neigh_binder, work); in efx_neigh_update() local 521 struct efx_neigh_binder keys = {NULL}, *neigh; in efx_neigh_event() local 703 static void efx_tc_remove_neigh_users(struct efx_nic *efx, struct efx_neigh_binder *neigh) in efx_tc_remove_neigh_users() [all …]
|
| A D | tc_encap_actions.h | 78 struct efx_neigh_binder *neigh; member
|
| /drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_router_hw.c | 289 struct prestera_nh_neigh *neigh) in __prestera_nh_neigh_destroy() 301 struct prestera_nh_neigh *neigh; in __prestera_nh_neigh_create() local 340 struct prestera_nh_neigh *neigh; in prestera_nh_neigh_get() local 350 struct prestera_nh_neigh *neigh) in prestera_nh_neigh_put() 358 struct prestera_nh_neigh *neigh) in prestera_nh_neigh_set() 522 struct prestera_nh_neigh *neigh; in prestera_nexthop_group_set() local
|
| A D | prestera_router_hw.h | 74 struct prestera_nh_neigh_key neigh[PRESTERA_NHGR_SIZE_MAX]; member 86 struct prestera_nh_neigh *neigh; member
|
| /drivers/infiniband/ulp/ipoib/ |
| A D | ipoib_main.c | 792 struct ipoib_neigh *neigh, *tn; in path_rec_completion() local 994 struct ipoib_neigh *neigh; in neigh_add_path() local 1140 struct ipoib_neigh *neigh; in ipoib_start_xmit() local 1344 struct ipoib_neigh *neigh = NULL; in ipoib_neigh_get() local 1400 struct ipoib_neigh *neigh; in __ipoib_reap_neigh() local 1443 struct ipoib_neigh *neigh; in ipoib_neigh_ctor() local 1466 struct ipoib_neigh *neigh; in ipoib_neigh_alloc() local 1516 void ipoib_neigh_dtor(struct ipoib_neigh *neigh) in ipoib_neigh_dtor() 1549 void ipoib_neigh_free(struct ipoib_neigh *neigh) in ipoib_neigh_free() 1649 struct ipoib_neigh *neigh; in ipoib_del_neighs_by_gid() local [all …]
|
| A D | ipoib.h | 250 struct ipoib_neigh *neigh; member 463 static inline void ipoib_neigh_put(struct ipoib_neigh *neigh) in ipoib_neigh_put() 635 static inline int ipoib_cm_up(struct ipoib_neigh *neigh) in ipoib_cm_up() 641 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get() 646 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx) in ipoib_cm_set() 690 static inline int ipoib_cm_up(struct ipoib_neigh *neigh) in ipoib_cm_up() 696 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get() 701 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx) in ipoib_cm_set() 747 struct ipoib_neigh *neigh) in ipoib_cm_create_tx()
|
| A D | ipoib_cm.c | 834 struct ipoib_neigh *neigh; in ipoib_cm_handle_tx_wc() local 1255 struct ipoib_neigh *neigh; in ipoib_cm_tx_handler() local 1302 struct ipoib_neigh *neigh) in ipoib_cm_create_tx() 1342 struct ipoib_neigh *neigh; in ipoib_cm_tx_start() local
|
| A D | ipoib_multicast.c | 794 struct ipoib_neigh *neigh; in ipoib_mcast_send() local
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | l2t.c | 246 static inline void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry() 269 struct neighbour *neigh; in t3_l2t_get() local 362 void t3_l2t_update(struct t3cdev *dev, struct neighbour *neigh) in t3_l2t_update()
|
| A D | cxgb3_offload.c | 488 static void dummy_neigh_update(struct t3cdev *dev, struct neighbour *neigh) in dummy_neigh_update() 1034 static void cxgb_neigh_update(struct neighbour *neigh) in cxgb_neigh_update() 1072 struct neighbour *neigh, in cxgb_redirect()
|
| A D | l2t.h | 64 struct neighbour *neigh; /* associated neighbour */ member
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | l2t.c | 397 static void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry() 415 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get() 509 void t4_l2t_update(struct adapter *adap, struct neighbour *neigh) in t4_l2t_update()
|
| A D | l2t.h | 78 struct neighbour *neigh; /* associated neighbour */ member
|
| A D | cxgb4_main.c | 2362 static void check_neigh_update(struct neighbour *neigh) in check_neigh_update()
|
| /drivers/net/ethernet/netronome/nfp/flower/ |
| A D | tunnel_conf.c | 323 struct nfp_neigh_entry *neigh) in nfp_tun_mutual_link() 402 struct nfp_neigh_entry *neigh; in nfp_tun_cleanup_nn_entries() local 441 struct nfp_neigh_entry *neigh, *tmp; in nfp_tun_unlink_and_update_nn_entries() local 467 void *flow, struct neighbour *neigh, bool is_ipv6, in nfp_tun_write_neigh()
|
| /drivers/infiniband/hw/qedr/ |
| A D | qedr_iw_cm.c | 446 struct neighbour *neigh = NULL; in qedr_addr4_resolve() local 481 struct neighbour *neigh = NULL; in qedr_addr6_resolve() local
|
| /drivers/net/ |
| A D | vrf.c | 607 struct neighbour *neigh; in vrf_finish_output6() local 826 struct neighbour *neigh; in vrf_finish_output() local
|
| /drivers/infiniband/core/ |
| A D | addr.c | 851 struct neighbour *neigh = ctx; in netevent_callback() local
|
| A D | cma.c | 5202 struct neighbour *neigh = ctx; in cma_netevent_callback() local
|
| /drivers/infiniband/hw/irdma/ |
| A D | cm.c | 1984 struct neighbour *neigh; in irdma_addr_resolve_neigh() local 2046 struct neighbour *neigh; in irdma_addr_resolve_neigh_ipv6() local
|
| A D | utils.c | 253 struct neighbour *neigh = ptr; in irdma_net_event() local
|
| /drivers/net/plip/ |
| A D | plip.c | 1043 static int plip_hard_header_cache(const struct neighbour *neigh, in plip_hard_header_cache()
|
| /drivers/firewire/ |
| A D | net.c | 232 static int fwnet_header_cache(const struct neighbour *neigh, in fwnet_header_cache()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_span.c | 232 struct neighbour *neigh = neigh_lookup(tbl, pkey, dev); in mlxsw_sp_span_dmac() local
|
| /drivers/infiniband/hw/cxgb4/ |
| A D | cm.c | 4079 struct neighbour *neigh; in rx_pkt() local
|