Linux Kernel
3.7.1
|
#include <linux/atm.h>
#include <linux/atmdev.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include "signaling.h"
#include "addr.h"
Go to the source code of this file.
Functions | |
void | atm_reset_addr (struct atm_dev *dev, enum atm_addr_type_t atype) |
int | atm_add_addr (struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t atype) |
int | atm_del_addr (struct atm_dev *dev, const struct sockaddr_atmsvc *addr, enum atm_addr_type_t atype) |
int | atm_get_addr (struct atm_dev *dev, struct sockaddr_atmsvc __user *buf, size_t size, enum atm_addr_type_t atype) |
int atm_add_addr | ( | struct atm_dev * | dev, |
const struct sockaddr_atmsvc * | addr, | ||
enum atm_addr_type_t | atype | ||
) |
int atm_del_addr | ( | struct atm_dev * | dev, |
const struct sockaddr_atmsvc * | addr, | ||
enum atm_addr_type_t | atype | ||
) |
int atm_get_addr | ( | struct atm_dev * | dev, |
struct sockaddr_atmsvc __user * | buf, | ||
size_t | size, | ||
enum atm_addr_type_t | atype | ||
) |