Home
last modified time | relevance | path

Searched refs:dst_ip (Results 1 – 4 of 4) sorted by relevance

/net/atm/
A Dmpc.c181 entry = atm_mpoa_search_qos(dst_ip); in atm_mpoa_add_qos()
193 entry->ipaddr = dst_ip; in atm_mpoa_add_qos()
208 if (qos->ipaddr == dst_ip) in atm_mpoa_search_qos()
1082 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd() local
1085 entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_trigger_rcvd()
1087 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1120 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut() local
1135 client->dev->name, &dst_ip); in check_qos_and_open_shortcut()
1161 mpc->dev->name, &dst_ip); in MPOA_res_reply_rcvd()
1214 mpc->dev->name, &dst_ip); in ingress_purge_rcvd()
[all …]
A Dmpoa_caches.h35 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,
A Dmpoa_caches.c35 static in_cache_entry *in_cache_get(__be32 dst_ip, in in_cache_get() argument
43 if (entry->ctrl_info.in_dst_ip == dst_ip) { in in_cache_get()
55 static in_cache_entry *in_cache_get_with_mask(__be32 dst_ip, in in_cache_get_with_mask() argument
64 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask()
97 static in_cache_entry *in_cache_add_entry(__be32 dst_ip, in in_cache_add_entry() argument
107 dprintk("adding an ingress entry, ip = %pI4\n", &dst_ip); in in_cache_add_entry()
119 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
A Dmpc.h49 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
50 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);

Completed in 11 milliseconds