Home
last modified time | relevance | path

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

/net/atm/
Dmpc.c176 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() argument
180 entry = atm_mpoa_search_qos(dst_ip); in atm_mpoa_add_qos()
192 entry->ipaddr = dst_ip; in atm_mpoa_add_qos()
201 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip) in atm_mpoa_search_qos() argument
207 if (qos->ipaddr == dst_ip) in atm_mpoa_search_qos()
1083 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd() local
1086 entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_trigger_rcvd()
1088 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1121 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut() local
1122 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut()
[all …]
Dmpoa_caches.h32 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,
Dmpc.h48 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
49 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);
Dmpoa_caches.c34 static in_cache_entry *in_cache_get(__be32 dst_ip, in in_cache_get() argument
42 if (entry->ctrl_info.in_dst_ip == dst_ip) { in in_cache_get()
54 static in_cache_entry *in_cache_get_with_mask(__be32 dst_ip, in in_cache_get_with_mask() argument
63 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask()
96 static in_cache_entry *in_cache_add_entry(__be32 dst_ip, in in_cache_add_entry() argument
106 dprintk("adding an ingress entry, ip = %pI4\n", &dst_ip); in in_cache_add_entry()
118 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
/net/ipv4/netfilter/
Dipt_CLUSTERIP.c497 __be32 dst_ip; member
515 &payload->src_ip, hbuffer, &payload->dst_ip); in arp_print()