Searched refs:pnd (Results 1 – 3 of 3) sorted by relevance
| /linux/net/phonet/ |
| H A D | pn_dev.c | 51 struct phonet_device *pnd = kmalloc_obj(*pnd, GFP_ATOMIC); in __phonet_device_alloc() local 52 if (pnd == NULL) in __phonet_device_alloc() 54 pnd->netdev = dev; in __phonet_device_alloc() 55 bitmap_zero(pnd->addrs, 64); in __phonet_device_alloc() 58 list_add_rcu(&pnd->list, &pndevs->list); in __phonet_device_alloc() 59 return pnd; in __phonet_device_alloc() 65 struct phonet_device *pnd; in __phonet_get() local 69 list_for_each_entry(pnd, &pndevs->list, list) { in __phonet_get() 70 if (pnd in __phonet_get() 79 struct phonet_device *pnd; __phonet_get_rcu() local 91 struct phonet_device *pnd; phonet_device_destroy() local 118 struct phonet_device *pnd; phonet_device_get() local 139 struct phonet_device *pnd; phonet_address_add() local 161 struct phonet_device *pnd; phonet_address_del() local 186 struct phonet_device *pnd; phonet_address_get() local 220 struct phonet_device *pnd; phonet_address_lookup() local [all...] |
| H A D | pn_netlink.c | 133 struct phonet_device *pnd; in getaddr_dumpit() local 139 list_for_each_entry_rcu(pnd, &pndevs->list, list) { in getaddr_dumpit() 149 memcpy(addrs, pnd->addrs, sizeof(pnd->addrs)); in getaddr_dumpit() 155 err = fill_addr(skb, READ_ONCE(pnd->netdev->ifindex), in getaddr_dumpit()
|
| /linux/ |
| H A D | CREDITS | 949 E: peterd@pnd-pc.demon.co.uk 950 W: http://www.pnd-pc.demon.co.uk/promise/
|