Home
last modified time | relevance | path

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

/linux-4.4.14/net/atm/
Dmpoa_caches.h14 typedef struct in_cache_entry { struct
15 struct in_cache_entry *next; argument
16 struct in_cache_entry *prev; argument
29 } in_cache_entry; argument
32 in_cache_entry *(*add_entry)(__be32 dst_ip,
34 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
35 in_cache_entry *(*get_with_mask)(__be32 dst_ip,
38 in_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc,
40 void (*put)(in_cache_entry *entry);
41 void (*remove_entry)(in_cache_entry *delEntry,
[all …]
Dmpoa_caches.c34 static in_cache_entry *in_cache_get(__be32 dst_ip, in in_cache_get()
37 in_cache_entry *entry; in in_cache_get()
54 static in_cache_entry *in_cache_get_with_mask(__be32 dst_ip, in in_cache_get_with_mask()
58 in_cache_entry *entry; in in_cache_get_with_mask()
76 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc, in in_cache_get_by_vcc()
79 in_cache_entry *entry; in in_cache_get_by_vcc()
96 static in_cache_entry *in_cache_add_entry(__be32 dst_ip, in in_cache_add_entry()
99 in_cache_entry *entry = kzalloc(sizeof(in_cache_entry), GFP_KERNEL); in in_cache_add_entry()
132 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit()
179 static void in_cache_put(in_cache_entry *entry) in in_cache_put()
[all …]
Dmpc.h25 in_cache_entry *in_cache; /* the ingress cache of this MPC */
Dmpc.c493 in_cache_entry *entry; in send_via_shortcut()
610 in_cache_entry *in_entry; in atm_mpoa_vcc_attach()
657 in_cache_entry *in_entry; in mpc_vcc_close()
1084 in_cache_entry *entry; in MPOA_trigger_rcvd()
1119 in_cache_entry *entry) in check_qos_and_open_shortcut()
1159 in_cache_entry *entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_res_reply_rcvd()
1210 in_cache_entry *entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); in ingress_purge_rcvd()
Dmpoa_proc.c138 in_cache_entry *in_entry; in mpc_show()