Searched refs:ctrl_info (Results 1 – 4 of 4) sorted by relevance
/net/atm/ |
D | mpoa_caches.c | 43 if (entry->ctrl_info.in_dst_ip == dst_ip) { in in_cache_get() 64 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask() 119 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry() 124 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry() 145 msg.content.in_info = entry->ctrl_info; in cache_hit() 147 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit() 165 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit() 169 msg.content.in_info = entry->ctrl_info; in cache_hit() 170 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() [all …]
|
D | mpoa_proc.c | 152 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show() 156 in_entry->ctrl_info.holding_time - in mpc_show() 169 unsigned char *p = eg_entry->ctrl_info.in_MPC_data_ATM_addr; in mpc_show() 175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show() 177 (eg_entry->ctrl_info.holding_time - seconds_delta), in mpc_show()
|
D | mpc.c | 542 if (entry->ctrl_info.tag != 0) { in send_via_shortcut() 544 mpc->dev->name, entry->ctrl_info.tag); in send_via_shortcut() 545 tagged_llc_snap_hdr.tag = entry->ctrl_info.tag; in send_via_shortcut() 638 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() 761 new_skb = skb_realloc_headroom(skb, eg->ctrl_info.DH_length); in mpc_push() 768 skb_push(new_skb, eg->ctrl_info.DH_length); /* add MAC header */ in mpc_push() 769 skb_copy_to_linear_data(new_skb, eg->ctrl_info.DLL_header, in mpc_push() 770 eg->ctrl_info.DH_length); in mpc_push() 1090 msg->content.in_info = entry->ctrl_info; in MPOA_trigger_rcvd() [all …]
|
D | mpoa_caches.h | 30 struct in_ctrl_info ctrl_info; member 63 struct eg_ctrl_info ctrl_info; member
|