Home
last modified time | relevance | path

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

/linux-4.4.14/net/atm/
Dmpoa_caches.c42 if (entry->ctrl_info.in_dst_ip == dst_ip) { in in_cache_get()
63 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask()
118 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
146 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
164 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit()
169 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit()
198 &entry->ctrl_info.in_dst_ip); in in_cache_remove_entry()
241 &entry->ctrl_info.in_dst_ip); in clear_count_and_expired()
287 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in check_resolving_entries()
Dmpc.c638 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in atm_mpoa_vcc_attach()
670 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in mpc_vcc_close()
1083 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd()
1121 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut()
1158 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_res_reply_rcvd()
1208 __be32 dst_ip = msg->content.in_info.in_dst_ip; in ingress_purge_rcvd()
Dmpoa_proc.c153 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show()
/linux-4.4.14/include/uapi/linux/
Datmmpc.h26 __be32 in_dst_ip; /* IP address this ingress MPC sends packets to */ member