/net/rose/ |
D | rose_link.c | 33 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() 139 void rose_link_rx_restart(struct sk_buff *skb, struct rose_neigh *neigh, unsigned short frametype) in rose_link_rx_restart() [all …]
|
D | rose_loopback.c | 34 int rose_loopback_queue(struct sk_buff *skb, struct rose_neigh *neigh) in rose_loopback_queue()
|
D | af_rose.c | 162 void rose_kill_by_neigh(struct rose_neigh *neigh) in rose_kill_by_neigh() 300 struct sock *rose_find_socket(unsigned int lci, struct rose_neigh *neigh) in rose_find_socket() 320 unsigned int rose_new_lci(struct rose_neigh *neigh) in rose_new_lci() 1013 int rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct rose_neigh *neigh, uns… in rose_rx_call_request()
|
D | rose_route.c | 663 struct rose_route *rose_route_free_lci(unsigned int lci, struct rose_neigh *neigh) in rose_route_free_lci()
|
/net/mctp/ |
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 209 unsigned int flags, struct mctp_neigh *neigh) in mctp_fill_neigh() 246 struct mctp_neigh *neigh; in mctp_rtm_getneigh() local 281 struct mctp_neigh *neigh; in mctp_neigh_lookup() local 311 struct mctp_neigh *neigh; in mctp_neigh_net_exit() local
|
/net/batman-adv/ |
D | bat_v_elp.c | 67 static u32 batadv_v_elp_get_throughput(struct batadv_hardif_neigh_node *neigh) in batadv_v_elp_get_throughput() 166 struct batadv_hardif_neigh_node *neigh; in batadv_v_elp_throughput_metric_update() local 194 batadv_v_elp_wifi_neigh_probe(struct batadv_hardif_neigh_node *neigh) in batadv_v_elp_wifi_neigh_probe() 455 struct batadv_neigh_node *neigh; in batadv_v_elp_neigh_update() local
|
D | originator.c | 402 batadv_neigh_ifinfo_get(struct batadv_neigh_node *neigh, in batadv_neigh_ifinfo_get() 437 batadv_neigh_ifinfo_new(struct batadv_neigh_node *neigh, in batadv_neigh_ifinfo_new() 980 struct batadv_neigh_node *neigh) in batadv_purge_neigh_ifinfo() 1137 struct batadv_neigh_node *best = NULL, *neigh; in batadv_find_best_neighbor() local
|
D | send.c | 140 struct batadv_neigh_node *neigh) in batadv_send_unicast_skb()
|
D | types.h | 2278 struct batadv_algo_neigh_ops neigh; member
|
/net/core/ |
D | neighbour.c | 92 static int neigh_blackhole(struct neighbour *neigh, struct sk_buff *skb) in neigh_blackhole() 98 static void neigh_cleanup_and_release(struct neighbour *neigh) in neigh_cleanup_and_release() 158 static bool neigh_update_ext_learned(struct neighbour *neigh, u32 flags, in neigh_update_ext_learned() 187 struct neighbour *neigh; in neigh_del() local 831 void neigh_destroy(struct neighbour *neigh) in neigh_destroy() 869 static void neigh_suspect(struct neighbour *neigh) in neigh_suspect() 881 static void neigh_connect(struct neighbour *neigh) in neigh_connect() 983 static void neigh_invalidate(struct neighbour *neigh) in neigh_invalidate() 1008 static void neigh_probe(struct neighbour *neigh) in neigh_probe() 1027 struct neighbour *neigh = from_timer(neigh, t, timer); in neigh_timer_handler() local [all …]
|
D | filter.c | 2182 struct neighbour *neigh; in bpf_out_neigh_v6() local 2279 struct neighbour *neigh; in bpf_out_neigh_v4() local 5396 const struct neighbour *neigh, in bpf_fib_set_fwd_params() 5416 struct neighbour *neigh; in bpf_ipv4_fib_lookup() local 5536 struct neighbour *neigh; in bpf_ipv6_fib_lookup() local
|
/net/ipv4/ |
D | arp.c | 217 static bool arp_key_eq(const struct neighbour *neigh, const void *pkey) in arp_key_eq() 222 static int arp_constructor(struct neighbour *neigh) in arp_constructor() 293 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb) in arp_error_report() 332 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb) in arp_solicit() 1028 struct neighbour *neigh; in arp_req_set() local 1083 static unsigned int arp_state_to_flags(struct neighbour *neigh) in arp_state_to_flags() 1100 struct neighbour *neigh; in arp_req_get() local 1121 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate() local
|
D | ip_tunnel.c | 681 struct neighbour *neigh; in ip_tunnel_xmit() local
|
D | ip_output.c | 200 struct neighbour *neigh; in ip_finish_output2() local
|
/net/ipv6/ |
D | ndisc.c | 326 static int ndisc_constructor(struct neighbour *neigh) in ndisc_constructor() 707 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb) in ndisc_error_report() 719 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb) in ndisc_solicit() 762 void ndisc_update(const struct net_device *dev, struct neighbour *neigh, in ndisc_update() 783 struct neighbour *neigh; in ndisc_recv_ns() local 967 struct neighbour *neigh; in ndisc_recv_na() local 1073 struct neighbour *neigh; in ndisc_recv_rs() local 1174 struct neighbour *neigh = NULL; in ndisc_router_discovery() local 1665 struct neighbour *neigh = dst_neigh_lookup(skb_dst(skb), target); in ndisc_send_redirect() local
|
D | sit.c | 884 struct neighbour *neigh = NULL; in ipip6_tunnel_xmit() local 913 struct neighbour *neigh = NULL; in ipip6_tunnel_xmit() local
|
D | route.c | 616 struct neighbour *neigh; in rt6_probe() local 681 struct neighbour *neigh; in rt6_check_neigh() local 2098 struct neighbour *neigh; in rt6_age_examine_exception() local 4138 struct neighbour *neigh; in rt6_do_redirect() local
|
D | ip6_output.c | 67 struct neighbour *neigh; in ip6_finish_output2() local
|
D | ip6_tunnel.c | 1100 struct neighbour *neigh; in ip6_tnl_xmit() local
|
/net/6lowpan/ |
D | ndisc.c | 60 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()
|
/net/atm/ |
D | clip.c | 266 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
|
/net/ieee802154/6lowpan/ |
D | core.c | 86 struct lowpan_802154_neigh *neigh = lowpan_802154_neigh(neighbour_priv(n)); in lowpan_neigh_construct() local
|
/net/ethernet/ |
D | eth.c | 228 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) in eth_header_cache()
|
/net/bridge/ |
D | br_netfilter_hooks.c | 268 struct neighbour *neigh; in br_nf_pre_routing_finish_bridge() local
|
/net/bluetooth/ |
D | 6lowpan.c | 140 struct neighbour *neigh; in peer_lookup_dst() local
|