| /linux/net/mctp/ |
| H A D | neigh.c | 29 struct mctp_neigh *neigh; in mctp_neigh_add() local 64 struct mctp_neigh *neigh = container_of(rcu, struct mctp_neigh, rcu); in __mctp_neigh_free() local 74 struct mctp_neigh *neigh, *tmp; in mctp_neigh_remove_dev() local 92 struct mctp_neigh *neigh, *tmp; in mctp_neigh_remove() local 210 unsigned int flags, struct mctp_neigh *neigh) in mctp_fill_neigh() 248 struct mctp_neigh *neigh; in mctp_rtm_getneigh() local 286 struct mctp_neigh *neigh; in mctp_neigh_lookup() local 316 struct mctp_neigh *neigh; in mctp_neigh_net_exit() local
|
| /linux/net/core/ |
| H A D | neighbour.c | 110 static int neigh_blackhole(struct neighbour *neigh, struct sk_buff *skb) in neigh_blackhole() 116 static void neigh_cleanup_and_release(struct neighbour *neigh) in neigh_cleanup_and_release() 198 static void neigh_update_flags(struct neighbour *neigh, u32 flags, int *notify, in neigh_update_flags() 917 void neigh_destroy(struct neighbour *neigh) in neigh_destroy() 955 static void neigh_suspect(struct neighbour *neigh) in neigh_suspect() 967 static void neigh_connect(struct neighbour *neigh) in neigh_connect() 1062 static void neigh_invalidate(struct neighbour *neigh) in neigh_invalidate() 1087 static void neigh_probe(struct neighbour *neigh) in neigh_probe() 1106 struct neighbour *neigh = timer_container_of(neigh, t, timer); in neigh_timer_handler() local 1205 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb, in __neigh_event_send() [all …]
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H 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
|
| H 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
|
| /linux/net/batman-adv/ |
| H A D | bat_v_elp.c | 80 static bool batadv_v_elp_get_throughput(struct batadv_hardif_neigh_node *neigh, in batadv_v_elp_get_throughput() 209 batadv_v_elp_throughput_metric_update(struct batadv_hardif_neigh_node *neigh) in batadv_v_elp_throughput_metric_update() 233 batadv_v_elp_wifi_neigh_probe(struct batadv_hardif_neigh_node *neigh) in batadv_v_elp_wifi_neigh_probe() 507 struct batadv_neigh_node *neigh; in batadv_v_elp_neigh_update() local
|
| H A D | originator.c | 452 batadv_neigh_ifinfo_get(struct batadv_neigh_node *neigh, in batadv_neigh_ifinfo_get() 487 batadv_neigh_ifinfo_new(struct batadv_neigh_node *neigh, in batadv_neigh_ifinfo_new() 1015 struct batadv_neigh_node *neigh) in batadv_purge_neigh_ifinfo() 1172 struct batadv_neigh_node *best = NULL, *neigh; in batadv_find_best_neighbor() local
|
| H A D | send.c | 134 struct batadv_neigh_node *neigh) in batadv_send_unicast_skb()
|
| /linux/net/ipv4/ |
| H A D | arp.c | 218 static bool arp_key_eq(const struct neighbour *neigh, const void *pkey) in arp_key_eq() 223 static int arp_constructor(struct neighbour *neigh) in arp_constructor() 294 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb) in arp_error_report() 333 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb) in arp_solicit() 1101 struct neighbour *neigh; in arp_req_set() local 1155 static unsigned int arp_state_to_flags(struct neighbour *neigh) in arp_state_to_flags() 1172 struct neighbour *neigh; in arp_req_get() local 1207 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate() local
|
| /linux/net/ipv6/ |
| H A D | ndisc.c | 325 static int ndisc_constructor(struct neighbour *neigh) in ndisc_constructor() 727 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb) in ndisc_error_report() 739 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb) in ndisc_solicit() 779 void ndisc_update(const struct net_device *dev, struct neighbour *neigh, in ndisc_update() 800 struct neighbour *neigh; in ndisc_recv_ns() local 1001 struct neighbour *neigh; in ndisc_recv_na() local 1132 struct neighbour *neigh; in ndisc_recv_rs() local 1237 struct neighbour *neigh = NULL; in ndisc_router_discovery() local 1718 struct neighbour *neigh = dst_neigh_lookup(skb_dst(skb), target); in ndisc_send_redirect() local
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H 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()
|
| H 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()
|
| H A D | l2t.h | 64 struct neighbour *neigh; /* associated neighbour */ member
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_main.c | 793 struct ipoib_neigh *neigh, *tn; in path_rec_completion() local 971 static void neigh_refresh_path(struct ipoib_neigh *neigh, u8 *daddr, in neigh_refresh_path() 995 struct ipoib_neigh *neigh; in neigh_add_path() local 1141 struct ipoib_neigh *neigh; in ipoib_start_xmit() local 1347 struct ipoib_neigh *neigh = NULL; in ipoib_neigh_get() local 1403 struct ipoib_neigh *neigh; in __ipoib_reap_neigh() local 1446 struct ipoib_neigh *neigh; in ipoib_neigh_ctor() local 1469 struct ipoib_neigh *neigh; in ipoib_neigh_alloc() local 1519 void ipoib_neigh_dtor(struct ipoib_neigh *neigh) in ipoib_neigh_dtor() 1547 struct ipoib_neigh *neigh = container_of(rp, struct ipoib_neigh, rcu); in ipoib_neigh_reclaim() local [all …]
|
| H 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
|
| H A D | ipoib_multicast.c | 794 struct ipoib_neigh *neigh; in ipoib_mcast_send() local
|
| /linux/net/6lowpan/ |
| H A D | ndisc.c | 54 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_ndisc_802154_update() local 107 u8 icmp6_type, struct neighbour *neigh, in lowpan_ndisc_opt_addr_space()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H 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()
|
| /linux/include/net/ |
| H A D | netevent.h | 22 struct neighbour *neigh; member
|
| H A D | neighbour.h | 456 static inline void neigh_release(struct neighbour *neigh) in neigh_release() 462 static inline struct neighbour * neigh_clone(struct neighbour *neigh) in neigh_clone() 471 static __always_inline int neigh_event_send_probe(struct neighbour *neigh, in neigh_event_send_probe() 484 static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in neigh_event_send() 607 static inline void neigh_update_is_router(struct neighbour *neigh, u32 flags, in neigh_update_is_router()
|
| /linux/net/ieee802154/6lowpan/ |
| H A D | core.c | 88 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_neigh_construct() local
|
| /linux/drivers/infiniband/hw/qedr/ |
| H 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
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_encap_actions.h | 78 struct efx_neigh_binder *neigh; member
|
| /linux/lib/ |
| H A D | cpu_rmap.c | 97 int neigh; in cpu_rmap_copy_neigh() local
|
| /linux/net/ethernet/ |
| H A D | eth.c | 214 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache()
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_ip.c | 852 struct neighbour *neigh; in nf_flow_offload_ip_hook() local 1172 struct neighbour *neigh; in nf_flow_offload_ipv6_hook() local
|