Searched refs:ctrl_info (Results 1 – 4 of 4) sorted by relevance
/net/atm/ |
D | mpoa_caches.c | 42 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() 123 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry() 144 msg.content.in_info = entry->ctrl_info; in cache_hit() 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() 168 msg.content.in_info = entry->ctrl_info; 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() [all …]
|
D | mpoa_proc.c | 153 sprintf(ip_string, "%pI4", &in_entry->ctrl_info.in_dst_ip); in mpc_show() 157 in_entry->ctrl_info.holding_time - in mpc_show() 170 unsigned char *p = eg_entry->ctrl_info.in_MPC_data_ATM_addr; in mpc_show() 174 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show() 176 (eg_entry->ctrl_info.holding_time - in mpc_show()
|
D | mpc.c | 541 if (entry->ctrl_info.tag != 0) { in send_via_shortcut() 543 mpc->dev->name, entry->ctrl_info.tag); in send_via_shortcut() 544 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() 1091 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
|