atm_flowmap
afm_add(struct ifnet *ifp, struct atm_flowmap *flowmap)
struct atm_flowmap fmap;
struct atm_flowmap *flowmap;
flowmap = (struct atm_flowmap *)addr;
#define AFM_ADDFMAP _IOWR('F', 30, struct atm_flowmap)
#define AFM_DELFMAP _IOWR('F', 31, struct atm_flowmap)
#define AFM_CLEANFMAP _IOWR('F', 32, struct atm_flowmap)
#define AFM_GETFMAP _IOWR('F', 33, struct atm_flowmap)
int afm_add(struct ifnet *, struct atm_flowmap *);