Searched refs:mpoa_client (Results 1 – 5 of 5) sorted by relevance
/linux/net/atm/ |
H A D | mpoa_caches.h | 13 struct mpoa_client; 15 void atm_mpoa_init_cache(struct mpoa_client *mpc); 36 struct mpoa_client *client); 37 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client); 39 struct mpoa_client *client, 42 struct mpoa_client *client); 45 struct mpoa_client *client ); 47 struct mpoa_client *client); 48 void (*clear_count)(struct mpoa_client *client); 49 void (*check_resolving)(struct mpoa_client *client); [all …]
|
H A D | mpc.c | 69 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc); 70 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc); 71 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 72 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc); 73 static void mps_death(struct k_message *msg, struct mpoa_client *mpc); 74 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, 77 struct mpoa_client *mpc); 79 struct mpoa_client *mpc); 81 struct mpoa_client *mpc); 83 static const uint8_t *copy_macs(struct mpoa_client *mpc, [all …]
|
H A D | mpoa_caches.c | 36 struct mpoa_client *client) in in_cache_get() 56 struct mpoa_client *client, in in_cache_get_with_mask() 78 struct mpoa_client *client) in in_cache_get_by_vcc() 98 struct mpoa_client *client) in in_cache_add_entry() 133 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() 249 static void check_resolving_entries(struct mpoa_client *client) in check_resolving_entries() 299 static void refresh_entries(struct mpoa_client *client) in refresh_entries() 324 static void in_destroy_cache(struct mpoa_client *mpc) in in_destroy_cache() [all …]
|
H A D | mpc.h | 13 int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc); 15 struct mpoa_client { struct 16 struct mpoa_client *next; argument
|
H A D | mpoa_proc.c | 47 extern struct mpoa_client *mpcs; 107 struct mpoa_client *mpc; in mpc_start() 119 struct mpoa_client *p = v; in mpc_next() 133 struct mpoa_client *mpc = v; in mpc_show()
|