Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.11 9 lines 327 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __DRBD_NLA_H 3#define __DRBD_NLA_H 4 5extern int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, 6 const struct nla_policy *policy); 7extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype); 8 9#endif /* __DRBD_NLA_H */