Searched refs:ctrl_info (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/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() 111 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry() 116 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry() 137 msg.content.in_info = entry->ctrl_info; in cache_hit() 139 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit() 156 (unsigned char *)&entry->ctrl_info.in_dst_ip; in cache_hit() 162 msg.content.in_info = entry->ctrl_info; in cache_hit() 163 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip); in cache_hit() 193 ip = (unsigned char *)&entry->ctrl_info.in_dst_ip; in in_cache_remove_entry() [all …]
|
D | mpoa_proc.c | 125 …temp = (unsigned char *)&in_entry->ctrl_info.in_dst_ip; sprintf(ip_string,"… in proc_mpc_read() 126 …2u", ip_string, ingress_state_string(in_entry->entry_state), (in_entry->ctrl_info.holding_time-(no… in proc_mpc_read() 137 … length += sprintf((char *)page + length,"%02x",eg_entry->ctrl_info.in_MPC_data_ATM_addr[i]);} in proc_mpc_read() 138 …",(unsigned long) ntohl(eg_entry->ctrl_info.cache_id), egress_state_string(eg_entry->entry_state),… in proc_mpc_read()
|
D | mpc.c | 513 if (entry->ctrl_info.tag != 0) { in send_via_shortcut() 514 ddprintk("mpoa: (%s) send_via_shortcut: adding tag 0x%x\n", mpc->dev->name, entry->ctrl_info.tag); in send_via_shortcut() 515 tagged_llc_snap_hdr.tag = entry->ctrl_info.tag; in send_via_shortcut() 597 ip = (unsigned char*)&in_entry->ctrl_info.in_dst_ip; in atm_mpoa_vcc_attach() 631 (unsigned char *)&in_entry->ctrl_info.in_dst_ip; in mpc_vcc_close() 719 …new_skb = skb_realloc_headroom(skb, eg->ctrl_info.DH_length); /* LLC/SNAP is shorter than MAC head… in mpc_push() 725 skb_push(new_skb, eg->ctrl_info.DH_length); /* add MAC header */ in mpc_push() 726 memcpy(new_skb->data, eg->ctrl_info.DLL_header, eg->ctrl_info.DH_length); in mpc_push() 1044 msg->content.in_info = entry->ctrl_info; in MPOA_trigger_rcvd() 1054 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
|