Home
last modified time | relevance | path

Searched defs:neigh (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/net/rose/
H A Drose_link.c33 void rose_start_ftimer(struct rose_neigh *neigh) in rose_start_ftimer()
44 static void rose_start_t0timer(struct rose_neigh *neigh) in rose_start_t0timer()
55 void rose_stop_ftimer(struct rose_neigh *neigh) in rose_stop_ftimer()
60 void rose_stop_t0timer(struct rose_neigh *neigh) in rose_stop_t0timer()
65 int rose_ftimer_running(struct rose_neigh *neigh) in rose_ftimer_running()
70 static int rose_t0timer_running(struct rose_neigh *neigh) in rose_t0timer_running()
81 struct rose_neigh *neigh = from_timer(neigh, t, t0timer); in rose_t0timer_expiry() local
95 static int rose_send_frame(struct sk_buff *skb, struct rose_neigh *neigh) in rose_send_frame()
118 static int rose_link_up(struct rose_neigh *neigh) in rose_link_up()
176 static void rose_transmit_restart_request(struct rose_neigh *neigh) in rose_transmit_restart_request()
[all …]
H A Drose_loopback.c34 int rose_loopback_queue(struct sk_buff *skb, struct rose_neigh *neigh) in rose_loopback_queue()
H A Daf_rose.c163 void rose_kill_by_neigh(struct rose_neigh *neigh) in rose_kill_by_neigh()
301 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket()
321 unsigned int rose_new_lci(struct rose_neigh *neigh) in rose_new_lci()
1017 int rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct rose_neigh *neigh, uns… in rose_rx_call_request()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c41 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 …]
/openbmc/linux/net/mctp/
H A Dneigh.c29 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()
247 struct mctp_neigh *neigh; in mctp_rtm_getneigh() local
282 struct mctp_neigh *neigh; in mctp_neigh_lookup() local
312 struct mctp_neigh *neigh; in mctp_neigh_net_exit() local
/openbmc/linux/net/batman-adv/
H A Dbat_v_elp.c66 static u32 batadv_v_elp_get_throughput(struct batadv_hardif_neigh_node *neigh) in batadv_v_elp_get_throughput()
164 struct batadv_hardif_neigh_node *neigh; in batadv_v_elp_throughput_metric_update() local
192 batadv_v_elp_wifi_neigh_probe(struct batadv_hardif_neigh_node *neigh) in batadv_v_elp_wifi_neigh_probe()
453 struct batadv_neigh_node *neigh; in batadv_v_elp_neigh_update() local
/openbmc/linux/net/core/
H A Dneighbour.c215 struct neighbour *neigh; in neigh_del() local
889 void neigh_destroy(struct neighbour *neigh) in neigh_destroy()
927 static void neigh_suspect(struct neighbour *neigh) in neigh_suspect()
939 static void neigh_connect(struct neighbour *neigh) in neigh_connect()
1066 static void neigh_probe(struct neighbour *neigh) in neigh_probe()
1495 void __neigh_set_probe_once(struct neighbour *neigh) in __neigh_set_probe_once()
1611 struct neighbour *neigh; in neigh_managed_work() local
1901 struct neighbour *neigh; in neigh_delete() local
1969 struct neighbour *neigh; in neigh_add() local
3030 struct neighbour *neigh; in neigh_get() local
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.c289 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 Dprestera_router_hw.h74 struct prestera_nh_neigh_key neigh[PRESTERA_NHGR_SIZE_MAX]; member
86 struct prestera_nh_neigh *neigh; member
/openbmc/linux/net/ipv4/
H A Darp.c218 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()
1049 struct neighbour *neigh; in arp_req_set() local
1104 static unsigned int arp_state_to_flags(struct neighbour *neigh) in arp_state_to_flags()
1121 struct neighbour *neigh; in arp_req_get() local
1143 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate() local
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c283 static inline void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry()
306 struct neighbour *neigh; in t3_l2t_get() local
399 void t3_l2t_update(struct t3cdev *dev, struct neighbour *neigh) in t3_l2t_update()
/openbmc/linux/net/ipv6/
H A Dndisc.c327 static int ndisc_constructor(struct neighbour *neigh) in ndisc_constructor()
723 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb) in ndisc_error_report()
735 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb) in ndisc_solicit()
778 void ndisc_update(const struct net_device *dev, struct neighbour *neigh, in ndisc_update()
799 struct neighbour *neigh; in ndisc_recv_ns() local
1003 struct neighbour *neigh; in ndisc_recv_na() local
1134 struct neighbour *neigh; in ndisc_recv_rs() local
1236 struct neighbour *neigh = NULL; in ndisc_router_discovery() local
1726 struct neighbour *neigh = dst_neigh_lookup(skb_dst(skb), target); in ndisc_send_redirect() local
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c752 struct ipoib_neigh *neigh, *tn; in path_rec_completion() local
954 struct ipoib_neigh *neigh; in neigh_add_path() local
1100 struct ipoib_neigh *neigh; in ipoib_start_xmit() local
1275 struct ipoib_neigh *neigh = NULL; in ipoib_neigh_get() local
1331 struct ipoib_neigh *neigh; in __ipoib_reap_neigh() local
1374 struct ipoib_neigh *neigh; in ipoib_neigh_ctor() local
1397 struct ipoib_neigh *neigh; in ipoib_neigh_alloc() local
1447 void ipoib_neigh_dtor(struct ipoib_neigh *neigh) in ipoib_neigh_dtor()
1480 void ipoib_neigh_free(struct ipoib_neigh *neigh) in ipoib_neigh_free()
1580 struct ipoib_neigh *neigh; in ipoib_del_neighs_by_gid() local
[all …]
H A Dipoib.h250 struct ipoib_neigh *neigh; member
466 static inline void ipoib_neigh_put(struct ipoib_neigh *neigh) in ipoib_neigh_put()
638 static inline int ipoib_cm_up(struct ipoib_neigh *neigh) in ipoib_cm_up()
644 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get()
649 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx) in ipoib_cm_set()
693 static inline int ipoib_cm_up(struct ipoib_neigh *neigh) in ipoib_cm_up()
699 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get()
704 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx) in ipoib_cm_set()
750 struct ipoib_neigh *neigh) in ipoib_cm_create_tx()
H A Dipoib_cm.c834 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
/openbmc/linux/net/6lowpan/
H A Dndisc.c60 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_ndisc_802154_update() local
115 u8 icmp6_type, struct neighbour *neigh, in lowpan_ndisc_opt_addr_space()
/openbmc/linux/net/atm/
H A Dclip.c266 static void clip_neigh_solicit(struct neighbour *neigh, struct sk_buff *skb) in clip_neigh_solicit()
274 static void clip_neigh_error(struct neighbour *neigh, struct sk_buff *skb) in clip_neigh_error()
290 static int clip_constructor(struct net_device *dev, struct neighbour *neigh) in clip_constructor()
446 struct neighbour *neigh; in clip_setentry() local
/openbmc/linux/include/net/
H A Dnetevent.h22 struct neighbour *neigh; member
H A Dndisc.h267 struct neighbour *neigh, in ndisc_ops_redirect_opt_addr_space()
343 struct neighbour *neigh, in ndisc_redirect_opt_addr_space()
433 struct neighbour *neigh; in ip_neigh_gw6() local
H A Datmclip.h42 struct neighbour *neigh; /* neighbour back-pointer */ member
H A Dneighbour.h442 static inline void neigh_release(struct neighbour *neigh) in neigh_release()
448 static inline struct neighbour * neigh_clone(struct neighbour *neigh) in neigh_clone()
457 static __always_inline int neigh_event_send_probe(struct neighbour *neigh, in neigh_event_send_probe()
470 static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in neigh_event_send()
589 static inline void neigh_update_is_router(struct neighbour *neigh, u32 flags, in neigh_update_is_router()
H A Droute.h370 struct neighbour *neigh; in ip_neigh_gw4() local
384 struct neighbour *neigh; in ip_neigh_for_gw() local
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c397 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()
H A Dl2t.h78 struct neighbour *neigh; /* associated neighbour */ member
/openbmc/linux/net/ieee802154/6lowpan/
H A Dcore.c87 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_neigh_construct() local

123