Lines Matching refs:mpoa_client
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);
50 void (*refresh)(struct mpoa_client *client);
51 void (*destroy_cache)(struct mpoa_client *mpc);
68 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client);
69 eg_cache_entry *(*get_by_cache_id)(__be32 cache_id, struct mpoa_client *client);
70 eg_cache_entry *(*get_by_tag)(__be32 cache_id, struct mpoa_client *client);
71 eg_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc, struct mpoa_client *client);
72 eg_cache_entry *(*get_by_src_ip)(__be32 ipaddr, struct mpoa_client *client);
74 void (*remove_entry)(eg_cache_entry *entry, struct mpoa_client *client);
76 void (*clear_expired)(struct mpoa_client *client);
77 void (*destroy_cache)(struct mpoa_client *mpc);