Searched defs:maxtype (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_nla.c7 static int drbd_nla_check_mandatory(int maxtype, struct nlattr *nla) argument
31 int drbd_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, argument
44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) argument
H A Ddrbd_nl.c3222 const int maxtype = ARRAY_SIZE(drbd_cfg_context_nl_policy) - 1; local
3982 int maxtype; local
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_tlv.c15 void rocker_tlv_parse(const struct rocker_tlv **tb, int maxtype, argument
H A Drocker_tlv.h121 rocker_tlv_parse_desc(const struct rocker_tlv **tb, int maxtype, argument
112 rocker_tlv_parse_nested(const struct rocker_tlv **tb, int maxtype, const struct rocker_tlv *tlv) argument
/linux-master/arch/x86/kernel/cpu/
H A Dtopology_ext.c38 unsigned int dom, maxtype; local
/linux-master/tools/lib/bpf/
H A Dnlattr.c45 static int validate_nla(struct nlattr *nla, int maxtype, argument
104 int libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, argument
149 libbpf_nla_parse_nested(struct nlattr *tb[], int maxtype, struct nlattr *nla, struct libbpf_nla_policy *policy) argument
[all...]
/linux-master/net/netlink/
H A Dpolicy.c23 unsigned int maxtype; member in struct:netlink_policy_dump_state::__anon3206
27 add_policy(struct netlink_policy_dump_state **statep, const struct nla_policy *policy, unsigned int maxtype) argument
82 netlink_policy_dump_get_policy_idx(struct netlink_policy_dump_state *state, const struct nla_policy *policy, unsigned int maxtype) argument
127 netlink_policy_dump_add_policy(struct netlink_policy_dump_state **pstate, const struct nla_policy *policy, unsigned int maxtype) argument
[all...]
/linux-master/include/net/
H A Drtnetlink.h92 unsigned int maxtype; member in struct:rtnl_link_ops
H A Dgenetlink.h375 genlmsg_parse_deprecated(const struct nlmsghdr *nlh, const struct genl_family *family, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
394 genlmsg_parse(const struct nlmsghdr *nlh, const struct genl_family *family, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
H A Dnetlink.h673 static inline int nla_parse(struct nlattr **tb, int maxtype, argument
698 nla_parse_deprecated(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
723 nla_parse_deprecated_strict(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
745 __nlmsg_parse(const struct nlmsghdr *nlh, int hdrlen, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) argument
772 nlmsg_parse(const struct nlmsghdr *nlh, int hdrlen, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
792 nlmsg_parse_deprecated(const struct nlmsghdr *nlh, int hdrlen, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
813 nlmsg_parse_deprecated_strict(const struct nlmsghdr *nlh, int hdrlen, struct nlattr *tb[], int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
851 nla_validate_deprecated(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
874 nla_validate(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
890 nlmsg_validate_deprecated(const struct nlmsghdr *nlh, int hdrlen, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
1296 nla_parse_nested(struct nlattr *tb[], int maxtype, const struct nlattr *nla, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
1320 nla_parse_nested_deprecated(struct nlattr *tb[], int maxtype, const struct nlattr *nla, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
1979 __nla_validate_nested(const struct nlattr *start, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) argument
1989 nla_validate_nested(const struct nlattr *start, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
1998 nla_validate_nested_deprecated(const struct nlattr *start, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/lib/
H A Dnlattr.c89 static int nla_validate_array(const struct nlattr *head, int len, int maxtype, argument
393 static int validate_nla(const struct nlattr *nla, int maxtype, argument
604 static int __nla_validate_parse(const struct nlattr *head, int len, int maxtype, argument
673 __nla_validate(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) argument
727 __nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/net/xfrm/
H A Dxfrm_compat.c354 xfrm_user_rcv_calculate_len64(const struct nlmsghdr *src, struct nlattr *attrs[XFRMA_MAX + 1], int maxtype) argument
464 xfrm_xlate32(struct nlmsghdr *dst, const struct nlmsghdr *src, struct nlattr *attrs[XFRMA_MAX+1], size_t size, u8 type, int maxtype, struct netlink_ext_ack *extack) argument
583 xfrm_user_rcv_msg_compat(const struct nlmsghdr *h32, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack) argument
/linux-master/net/sched/
H A Dsch_netem.c936 static int parse_attr(struct nlattr *tb[], int maxtype, struct nlattr *nla, argument

Completed in 191 milliseconds