Home
last modified time | relevance | path

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

123

/Linux-v4.19/net/rose/
Drose_link.c36 void rose_start_ftimer(struct rose_neigh *neigh) in rose_start_ftimer()
47 static void rose_start_t0timer(struct rose_neigh *neigh) in rose_start_t0timer()
58 void rose_stop_ftimer(struct rose_neigh *neigh) in rose_stop_ftimer()
63 void rose_stop_t0timer(struct rose_neigh *neigh) in rose_stop_t0timer()
68 int rose_ftimer_running(struct rose_neigh *neigh) in rose_ftimer_running()
73 static int rose_t0timer_running(struct rose_neigh *neigh) in rose_t0timer_running()
84 struct rose_neigh *neigh = from_timer(neigh, t, t0timer); in rose_t0timer_expiry() local
98 static int rose_send_frame(struct sk_buff *skb, struct rose_neigh *neigh) in rose_send_frame()
121 static int rose_link_up(struct rose_neigh *neigh) in rose_link_up()
142 void rose_link_rx_restart(struct sk_buff *skb, struct rose_neigh *neigh, unsigned short frametype) in rose_link_rx_restart()
[all …]
Drose_loopback.c36 int rose_loopback_queue(struct sk_buff *skb, struct rose_neigh *neigh) in rose_loopback_queue()
Daf_rose.c165 void rose_kill_by_neigh(struct rose_neigh *neigh) in rose_kill_by_neigh()
276 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket()
296 unsigned int rose_new_lci(struct rose_neigh *neigh) in rose_new_lci()
970 int rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct rose_neigh *neigh, uns… in rose_rx_call_request()
/Linux-v4.19/net/decnet/
Ddn_neigh.c73 static bool dn_key_eq(const struct neighbour *neigh, const void *pkey) in dn_key_eq()
111 static int dn_neigh_construct(struct neighbour *neigh) in dn_neigh_construct()
167 static void dn_neigh_error_report(struct neighbour *neigh, struct sk_buff *skb) in dn_neigh_error_report()
173 static int dn_neigh_output(struct neighbour *neigh, struct sk_buff *skb) in dn_neigh_output()
202 struct neighbour *neigh = rt->n; in dn_neigh_output_packet() local
210 static int dn_long_output(struct neighbour *neigh, struct sock *sk, in dn_long_output()
258 static int dn_short_output(struct neighbour *neigh, struct sock *sk, in dn_short_output()
301 static int dn_phase3_output(struct neighbour *neigh, struct sock *sk, in dn_phase3_output()
342 struct neighbour *neigh = rt->n; in dn_to_neigh_output() local
386 struct neighbour *neigh; in dn_neigh_router_hello() local
[all …]
/Linux-v4.19/net/batman-adv/
Dbat_v_elp.c77 static u32 batadv_v_elp_get_throughput(struct batadv_hardif_neigh_node *neigh) in batadv_v_elp_get_throughput()
177 struct batadv_hardif_neigh_node *neigh; in batadv_v_elp_throughput_metric_update() local
205 batadv_v_elp_wifi_neigh_probe(struct batadv_hardif_neigh_node *neigh) in batadv_v_elp_wifi_neigh_probe()
464 struct batadv_neigh_node *neigh; in batadv_v_elp_neigh_update() local
Doriginator.c454 batadv_neigh_ifinfo_get(struct batadv_neigh_node *neigh, in batadv_neigh_ifinfo_get()
489 batadv_neigh_ifinfo_new(struct batadv_neigh_node *neigh, in batadv_neigh_ifinfo_new()
1097 struct batadv_neigh_node *neigh) in batadv_purge_neigh_ifinfo()
1254 struct batadv_neigh_node *best = NULL, *neigh; in batadv_find_best_neighbor() local
/Linux-v4.19/net/core/
Dneighbour.c93 static int neigh_blackhole(struct neighbour *neigh, struct sk_buff *skb) in neigh_blackhole()
99 static void neigh_cleanup_and_release(struct neighbour *neigh) in neigh_cleanup_and_release()
130 struct neighbour *neigh; in neigh_del() local
729 void neigh_destroy(struct neighbour *neigh) in neigh_destroy()
767 static void neigh_suspect(struct neighbour *neigh) in neigh_suspect()
779 static void neigh_connect(struct neighbour *neigh) in neigh_connect()
876 static void neigh_invalidate(struct neighbour *neigh) in neigh_invalidate()
901 static void neigh_probe(struct neighbour *neigh) in neigh_probe()
920 struct neighbour *neigh = from_timer(neigh, t, timer); in neigh_timer_handler() local
1003 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in __neigh_event_send()
[all …]
/Linux-v4.19/net/ipv4/
Darp.c219 static bool arp_key_eq(const struct neighbour *neigh, const void *pkey) in arp_key_eq()
224 static int arp_constructor(struct neighbour *neigh) in arp_constructor()
295 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb) in arp_error_report()
334 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb) in arp_solicit()
1026 struct neighbour *neigh; in arp_req_set() local
1081 static unsigned int arp_state_to_flags(struct neighbour *neigh) in arp_state_to_flags()
1098 struct neighbour *neigh; in arp_req_get() local
1119 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate() local
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
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()
Dcxgb3_offload.c488 static void dummy_neigh_update(struct t3cdev *dev, struct neighbour *neigh) in dummy_neigh_update()
1073 static void cxgb_neigh_update(struct neighbour *neigh) in cxgb_neigh_update()
1111 struct neighbour *neigh, in cxgb_redirect()
/Linux-v4.19/net/ipv6/
Dndisc.c322 static int ndisc_constructor(struct neighbour *neigh) in ndisc_constructor()
689 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb) in ndisc_error_report()
701 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb) in ndisc_solicit()
744 void ndisc_update(const struct net_device *dev, struct neighbour *neigh, in ndisc_update()
765 struct neighbour *neigh; in ndisc_recv_ns() local
949 struct neighbour *neigh; in ndisc_recv_na() local
1055 struct neighbour *neigh; in ndisc_recv_rs() local
1156 struct neighbour *neigh = NULL; in ndisc_router_discovery() local
1627 struct neighbour *neigh = dst_neigh_lookup(skb_dst(skb), target); in ndisc_send_redirect() local
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_main.c749 struct ipoib_neigh *neigh, *tn; in path_rec_completion() local
927 static void neigh_refresh_path(struct ipoib_neigh *neigh, u8 *daddr, in neigh_refresh_path()
951 struct ipoib_neigh *neigh; in neigh_add_path() local
1097 struct ipoib_neigh *neigh; in ipoib_start_xmit() local
1265 struct ipoib_neigh *neigh = NULL; in ipoib_neigh_get() local
1321 struct ipoib_neigh *neigh; in __ipoib_reap_neigh() local
1364 struct ipoib_neigh *neigh; in ipoib_neigh_ctor() local
1387 struct ipoib_neigh *neigh; in ipoib_neigh_alloc() local
1437 void ipoib_neigh_dtor(struct ipoib_neigh *neigh) in ipoib_neigh_dtor()
1465 struct ipoib_neigh *neigh = container_of(rp, struct ipoib_neigh, rcu); in ipoib_neigh_reclaim() local
[all …]
Dipoib.h250 struct ipoib_neigh *neigh; member
463 static inline void ipoib_neigh_put(struct ipoib_neigh *neigh) in ipoib_neigh_put()
631 static inline int ipoib_cm_up(struct ipoib_neigh *neigh) in ipoib_cm_up()
637 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get()
642 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx) in ipoib_cm_set()
688 static inline int ipoib_cm_up(struct ipoib_neigh *neigh) in ipoib_cm_up()
694 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get()
699 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx) in ipoib_cm_set()
745 struct ipoib_neigh *neigh) in ipoib_cm_create_tx()
Dipoib_cm.c832 struct ipoib_neigh *neigh; in ipoib_cm_handle_tx_wc() local
1257 struct ipoib_neigh *neigh; in ipoib_cm_tx_handler() local
1304 struct ipoib_neigh *neigh) in ipoib_cm_create_tx()
1345 struct ipoib_neigh *neigh; in ipoib_cm_tx_start() local
/Linux-v4.19/net/6lowpan/
Dndisc.c66 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_ndisc_802154_update() local
121 u8 icmp6_type, struct neighbour *neigh, in lowpan_ndisc_opt_addr_space()
/Linux-v4.19/net/atm/
Dclip.c265 static void clip_neigh_solicit(struct neighbour *neigh, struct sk_buff *skb) in clip_neigh_solicit()
273 static void clip_neigh_error(struct neighbour *neigh, struct sk_buff *skb) in clip_neigh_error()
289 static int clip_constructor(struct net_device *dev, struct neighbour *neigh) in clip_constructor()
445 struct neighbour *neigh; in clip_setentry() local
/Linux-v4.19/include/net/
Dnetevent.h21 struct neighbour *neigh; member
Datmclip.h42 struct neighbour *neigh; /* neighbour back-pointer */ member
Dneighbour.h414 static inline void neigh_release(struct neighbour *neigh) in neigh_release()
420 static inline struct neighbour * neigh_clone(struct neighbour *neigh) in neigh_clone()
429 static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) in neigh_event_send()
530 static inline void neigh_update_ext_learned(struct neighbour *neigh, u32 flags, in neigh_update_ext_learned()
Dndisc.h263 struct neighbour *neigh, in ndisc_ops_redirect_opt_addr_space()
339 struct neighbour *neigh, in ndisc_redirect_opt_addr_space()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c401 static void reuse_entry(struct l2t_entry *e, struct neighbour *neigh) in reuse_entry()
419 struct l2t_entry *cxgb4_l2t_get(struct l2t_data *d, struct neighbour *neigh, in cxgb4_l2t_get()
535 void t4_l2t_update(struct adapter *adap, struct neighbour *neigh) in t4_l2t_update()
Dl2t.h78 struct neighbour *neigh; /* associated neighbour */ member
/Linux-v4.19/net/ieee802154/6lowpan/
Dcore.c86 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_neigh_construct() local
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_iw_cm.c407 struct neighbour *neigh = NULL; in qedr_addr4_resolve() local
441 struct neighbour *neigh = NULL; in qedr_addr6_resolve() local
/Linux-v4.19/lib/
Dcpu_rmap.c100 int neigh; in cpu_rmap_copy_neigh() local

123