cregit-Linux how code gets into the kernel

Release 4.8 net/atm/addr.h

Directory: net/atm
/* net/atm/addr.h - Local ATM address registry */

/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */


#ifndef NET_ATM_ADDR_H

#define NET_ATM_ADDR_H

#include <linux/atm.h>
#include <linux/atmdev.h>

void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t type);
int atm_add_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr,
		 enum atm_addr_type_t type);
int atm_del_addr(struct atm_dev *dev, const struct sockaddr_atmsvc *addr,
		 enum atm_addr_type_t type);
int atm_get_addr(struct atm_dev *dev, struct sockaddr_atmsvc __user *buf,
		 size_t size, enum atm_addr_type_t type);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git6471.91%228.57%
eric kinzieeric kinzie1617.98%114.29%
linus torvaldslinus torvalds55.62%228.57%
mitchell blank jrmitchell blank jr22.25%114.29%
al viroal viro22.25%114.29%
Total89100.00%7100.00%
Directory: net/atm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.