/* 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 #include 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 le id='header'> cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-0/+6
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2-2/+2
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün2-5/+5