Home
last modified time | relevance | path

Searched refs:mpoa_client (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/atm/
Dmpoa_caches.h10 struct mpoa_client;
12 void atm_mpoa_init_cache(struct mpoa_client *mpc);
33 struct mpoa_client *client);
34 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
36 struct mpoa_client *client,
39 struct mpoa_client *client);
42 struct mpoa_client *client );
44 struct mpoa_client *client);
45 void (*clear_count)(struct mpoa_client *client);
46 void (*check_resolving)(struct mpoa_client *client);
[all …]
Dmpc.c68 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc);
69 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc);
70 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
71 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
72 static void mps_death(struct k_message *msg, struct mpoa_client *mpc);
73 static void clean_up(struct k_message *msg, struct mpoa_client *mpc,
76 struct mpoa_client *mpc);
78 struct mpoa_client *mpc);
80 struct mpoa_client *mpc);
82 static const uint8_t *copy_macs(struct mpoa_client *mpc,
[all …]
Dmpoa_caches.c35 struct mpoa_client *client) in in_cache_get()
55 struct mpoa_client *client, in in_cache_get_with_mask()
77 struct mpoa_client *client) in in_cache_get_by_vcc()
97 struct mpoa_client *client) in in_cache_add_entry()
132 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit()
191 struct mpoa_client *client) in in_cache_remove_entry()
226 static void clear_count_and_expired(struct mpoa_client *client) in clear_count_and_expired()
250 static void check_resolving_entries(struct mpoa_client *client) in check_resolving_entries()
300 static void refresh_entries(struct mpoa_client *client) in refresh_entries()
325 static void in_destroy_cache(struct mpoa_client *mpc) in in_destroy_cache()
[all …]
Dmpc.h12 int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc);
14 struct mpoa_client { struct
15 struct mpoa_client *next; argument
Dmpoa_proc.c46 extern struct mpoa_client *mpcs;
110 struct mpoa_client *mpc; in mpc_start()
122 struct mpoa_client *p = v; in mpc_next()
136 struct mpoa_client *mpc = v; in mpc_show()