Home
last modified time | relevance | path

Searched refs:in_cache_entry (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/atm/
H A Dmpoa_caches.h17 typedef struct in_cache_entry { struct
18 struct in_cache_entry *next;
19 struct in_cache_entry *prev;
32 } in_cache_entry; typedef
35 in_cache_entry *(*add_entry)(__be32 dst_ip,
37 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
38 in_cache_entry *(*get_with_mask)(__be32 dst_ip,
41 in_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc,
43 void (*put)(in_cache_entry *entry);
44 void (*remove_entry)(in_cache_entry *delEntr
[all...]
H A Dmpoa_caches.c35 static in_cache_entry *in_cache_get(__be32 dst_ip, in in_cache_get()
38 in_cache_entry *entry; in in_cache_get()
55 static in_cache_entry *in_cache_get_with_mask(__be32 dst_ip, in in_cache_get_with_mask()
59 in_cache_entry *entry; in in_cache_get_with_mask()
77 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc, in in_cache_get_by_vcc()
80 in_cache_entry *entry; in in_cache_get_by_vcc()
97 static in_cache_entry *in_cache_add_entry(__be32 dst_ip, in in_cache_add_entry()
100 in_cache_entry *entry = kzalloc(sizeof(in_cache_entry), GFP_KERNEL); in in_cache_add_entry()
133 static int cache_hit(in_cache_entry *entr
[all...]
H A Dmpc.h26 in_cache_entry *in_cache; /* the ingress cache of this MPC */
H A Dmpc.c494 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()
1083 in_cache_entry *entry; in MPOA_trigger_rcvd()
1118 in_cache_entry *entry) in check_qos_and_open_shortcut()
1158 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()
H A Dmpoa_proc.c135 in_cache_entry *in_entry; in mpc_show()
/kernel/linux/linux-6.6/net/atm/
H A Dmpoa_caches.h17 typedef struct in_cache_entry { struct
18 struct in_cache_entry *next;
19 struct in_cache_entry *prev;
32 } in_cache_entry; typedef
35 in_cache_entry *(*add_entry)(__be32 dst_ip,
37 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
38 in_cache_entry *(*get_with_mask)(__be32 dst_ip,
41 in_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc,
43 void (*put)(in_cache_entry *entry);
44 void (*remove_entry)(in_cache_entry *delEntr
[all...]
H A Dmpoa_caches.c35 static in_cache_entry *in_cache_get(__be32 dst_ip, in in_cache_get()
38 in_cache_entry *entry; in in_cache_get()
55 static in_cache_entry *in_cache_get_with_mask(__be32 dst_ip, in in_cache_get_with_mask()
59 in_cache_entry *entry; in in_cache_get_with_mask()
77 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc, in in_cache_get_by_vcc()
80 in_cache_entry *entry; in in_cache_get_by_vcc()
97 static in_cache_entry *in_cache_add_entry(__be32 dst_ip, in in_cache_add_entry()
100 in_cache_entry *entry = kzalloc(sizeof(in_cache_entry), GFP_KERNEL); in in_cache_add_entry()
133 static int cache_hit(in_cache_entry *entr
[all...]
H A Dmpc.h26 in_cache_entry *in_cache; /* the ingress cache of this MPC */
H A Dmpc.c494 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()
1083 in_cache_entry *entry; in MPOA_trigger_rcvd()
1118 in_cache_entry *entry) in check_qos_and_open_shortcut()
1158 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()
H A Dmpoa_proc.c135 in_cache_entry *in_entry; in mpc_show()

Completed in 7 milliseconds