• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/

Lines Matching refs:mpoa_client

47 static void MPOA_trigger_rcvd (struct k_message *msg, struct mpoa_client *mpc);
48 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc);
49 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
50 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
51 static void mps_death(struct k_message *msg, struct mpoa_client *mpc);
52 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action);
53 static void MPOA_cache_impos_rcvd(struct k_message *msg, struct mpoa_client *mpc);
54 static void set_mpc_ctrl_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc);
55 static void set_mps_mac_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc);
57 static uint8_t *copy_macs(struct mpoa_client *mpc, uint8_t *router_mac,
61 static void send_set_mps_ctrl_addr(char *addr, struct mpoa_client *mpc);
93 struct mpoa_client *mpcs = NULL;
98 static struct mpoa_client *find_mpc_by_itfnum(int itf)
100 struct mpoa_client *mpc;
112 static struct mpoa_client *find_mpc_by_vcc(struct atm_vcc *vcc)
114 struct mpoa_client *mpc;
126 static struct mpoa_client *find_mpc_by_lec(struct net_device *dev)
128 struct mpoa_client *mpc;
244 static struct mpoa_client *alloc_mpc(void)
246 struct mpoa_client *mpc;
248 mpc = kzalloc(sizeof (struct mpoa_client), GFP_KERNEL);
275 static void start_mpc(struct mpoa_client *mpc, struct net_device *dev)
290 static void stop_mpc(struct mpoa_client *mpc)
351 struct mpoa_client *mpc;
424 static uint8_t *copy_macs(struct mpoa_client *mpc, uint8_t *router_mac,
449 static int send_via_shortcut(struct sk_buff *skb, struct mpoa_client *mpc)
522 struct mpoa_client *mpc;
552 struct mpoa_client *mpc;
597 struct mpoa_client *mpc;
633 struct mpoa_client *mpc;
737 struct mpoa_client *mpc;
798 static void send_set_mps_ctrl_addr(char *addr, struct mpoa_client *mpc)
813 struct mpoa_client *mpc;
855 struct mpoa_client *mpc = find_mpc_by_vcc(vcc);
919 int msg_to_mpoad(struct k_message *mesg, struct mpoa_client *mpc)
946 struct mpoa_client *mpc;
1024 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc)
1061 static void check_qos_and_open_shortcut(struct k_message *msg, struct mpoa_client *client, in_cache_entry *entry)
1097 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc)
1143 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc)
1168 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc)
1226 static void mps_death( struct k_message * msg, struct mpoa_client * mpc )
1251 static void MPOA_cache_impos_rcvd( struct k_message * msg, struct mpoa_client * mpc)
1278 static void set_mpc_ctrl_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc)
1312 static void set_mps_mac_addr_rcvd(struct k_message *msg, struct mpoa_client *client)
1331 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action)
1365 struct mpoa_client *mpc = mpcs;
1433 struct mpoa_client *mpc, *tmp;
1458 memset(mpc, 0, sizeof(struct mpoa_client));