Searched refs:ctrl_info (Results 1 – 4 of 4) sorted by relevance
/net/atm/ |
D | mpoa_caches.c | 33 if( entry->ctrl_info.in_dst_ip == dst_ip ){ in in_cache_get() 54 if((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask )){ in in_cache_get_with_mask() 109 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry() 114 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry() 135 msg.content.in_info = entry->ctrl_info; in cache_hit() 137 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit() 154 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit() 158 msg.content.in_info = entry->ctrl_info; in cache_hit() 159 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit() 189 &entry->ctrl_info.in_dst_ip); in in_cache_remove_entry() [all …]
|
D | mpoa_proc.c | 143 temp = (unsigned char *)&in_entry->ctrl_info.in_dst_ip; in mpc_show() 148 in_entry->ctrl_info.holding_time-(now.tv_sec-in_entry->tv.tv_sec), in mpc_show() 158 unsigned char *p = eg_entry->ctrl_info.in_MPC_data_ATM_addr; in mpc_show() 162 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show() 164 (eg_entry->ctrl_info.holding_time-(now.tv_sec-eg_entry->tv.tv_sec)), in mpc_show()
|
D | mpc.c | 506 if (entry->ctrl_info.tag != 0) { in send_via_shortcut() 507 ddprintk("mpoa: (%s) send_via_shortcut: adding tag 0x%x\n", mpc->dev->name, entry->ctrl_info.tag); in send_via_shortcut() 508 tagged_llc_snap_hdr.tag = entry->ctrl_info.tag; in send_via_shortcut() 599 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in atm_mpoa_vcc_attach() 631 mpc->dev->name, &in_entry->ctrl_info.in_dst_ip); in mpc_vcc_close() 720 …new_skb = skb_realloc_headroom(skb, eg->ctrl_info.DH_length); /* LLC/SNAP is shorter than MAC head… in mpc_push() 726 skb_push(new_skb, eg->ctrl_info.DH_length); /* add MAC header */ in mpc_push() 727 skb_copy_to_linear_data(new_skb, eg->ctrl_info.DLL_header, in mpc_push() 728 eg->ctrl_info.DH_length); in mpc_push() 1058 msg->content.in_info = entry->ctrl_info; in MPOA_trigger_rcvd() [all …]
|
D | mpoa_caches.h | 27 struct in_ctrl_info ctrl_info; member 60 struct eg_ctrl_info ctrl_info; member
|