Searched refs:ctrl_info (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpoa_caches.c25 if( entry->ctrl_info.in_dst_ip == dst_ip ){
46 if((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask )){
103 entry->ctrl_info.in_dst_ip = dst_ip;
108 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT;
129 msg.content.in_info = entry->ctrl_info;
131 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip);
148 (unsigned char *)&entry->ctrl_info.in_dst_ip;
154 msg.content.in_info = entry->ctrl_info;
155 qos = atm_mpoa_search_qos(entry->ctrl_info.in_dst_ip);
185 ip = (unsigned char *)&entry->ctrl_info
[all...]
H A Dmpoa_caches.h27 struct in_ctrl_info ctrl_info; member in struct:in_cache_entry
60 struct eg_ctrl_info ctrl_info; member in struct:eg_cache_entry
H A Dmpoa_proc.c120 temp = (unsigned char *)&in_entry->ctrl_info.in_dst_ip; sprintf(ip_string,"%d.%d.%d.%d", temp[0], temp[1], temp[2], temp[3]);
121 length += sprintf((char *)page + length,"%-16s%s%-14lu%-12u", ip_string, ingress_state_string(in_entry->entry_state), (in_entry->ctrl_info.holding_time-(now.tv_sec-in_entry->tv.tv_sec)), in_entry->packets_fwded);
132 length += sprintf((char *)page + length,"%02x",eg_entry->ctrl_info.in_MPC_data_ATM_addr[i]);}
133 length += sprintf((char *)page + length,"\n%-16lu%s%-14lu%-15u",(unsigned long) ntohl(eg_entry->ctrl_info.cache_id), egress_state_string(eg_entry->entry_state), (eg_entry->ctrl_info.holding_time-(now.tv_sec-eg_entry->tv.tv_sec)), eg_entry->packets_rcvd);
H A Dmpc.c502 if (entry->ctrl_info.tag != 0) {
503 ddprintk("mpoa: (%s) send_via_shortcut: adding tag 0x%x\n", mpc->dev->name, entry->ctrl_info.tag);
504 tagged_llc_snap_hdr.tag = entry->ctrl_info.tag;
587 ip = (unsigned char*)&in_entry->ctrl_info.in_dst_ip;
621 (unsigned char *)&in_entry->ctrl_info.in_dst_ip;
709 new_skb = skb_realloc_headroom(skb, eg->ctrl_info.DH_length); /* LLC/SNAP is shorter than MAC header :( */
715 skb_push(new_skb, eg->ctrl_info.DH_length); /* add MAC header */
716 memcpy(new_skb->data, eg->ctrl_info.DLL_header, eg->ctrl_info.DH_length);
1035 msg->content.in_info = entry->ctrl_info;
[all...]

Completed in 36 milliseconds