Searched defs:attrtype (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/include/net/
H A Dife.h33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, argument
39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, argument
H A Dgarp.h17 u8 attrtype; member in struct:garp_msg_hdr
H A Dmrp.h16 u8 attrtype; member in struct:mrp_msg_hdr
/linux-master/drivers/block/drbd/
H A Ddrbd_nla.c44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) argument
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_tlv.c32 rocker_tlv_put(struct rocker_desc_info *desc_info, int attrtype, int attrlen, const void *data) argument
H A Drocker_tlv.h139 rocker_tlv_put_u8(struct rocker_desc_info *desc_info, int attrtype, u8 value) argument
147 rocker_tlv_put_u16(struct rocker_desc_info *desc_info, int attrtype, u16 value) argument
155 rocker_tlv_put_be16(struct rocker_desc_info *desc_info, int attrtype, __be16 value) argument
163 rocker_tlv_put_u32(struct rocker_desc_info *desc_info, int attrtype, u32 value) argument
171 rocker_tlv_put_be32(struct rocker_desc_info *desc_info, int attrtype, __be3 argument
179 rocker_tlv_put_u64(struct rocker_desc_info *desc_info, int attrtype, u64 value) argument
187 rocker_tlv_nest_start(struct rocker_desc_info *desc_info, int attrtype) argument
[all...]
/linux-master/include/linux/
H A Dgenl_magic_struct.h64 static inline int nla_put_u64_0pad(struct sk_buff *skb, int attrtype, u64 value) argument
/linux-master/net/ethtool/
H A Dmm.c84 static int mm_put_stat(struct sk_buff *skb, u64 val, u16 attrtype) argument
H A Dpause.c106 static int ethtool_put_stat(struct sk_buff *skb, u64 val, u16 attrtype, argument
H A Dnetlink.h47 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, argument
H A Dstats.c207 static int stat_put(struct sk_buff *skb, u16 attrtype, u64 val) argument
H A Dbitset.c232 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val, argument
734 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, argument
816 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, argument
H A Dnetlink.c163 ethnl_fill_reply_header(struct sk_buff *skb, struct net_device *dev, u16 attrtype) argument
/linux-master/net/ife/
H A Dife.c127 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, argument
159 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) argument
/linux-master/net/ipv6/
H A Drpl_iptunnel.c296 static int nla_put_rpl_srh(struct sk_buff *skb, int attrtype, argument
H A Dseg6_iptunnel.c70 static int nla_put_srh(struct sk_buff *skb, int attrtype, argument
/linux-master/net/802/
H A Dgarp.c276 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) argument
439 garp_pdu_parse_attr(struct garp_applicant *app, struct sk_buff *skb, u8 attrtype) argument
H A Dmrp.c368 mrp_pdu_append_msg_hdr(struct mrp_applicant *app, u8 attrtype, u8 attrlen) argument
/linux-master/net/core/
H A Dsock_diag.c66 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) argument
76 sock_diag_put_filterinfo(bool may_report_filterinfo, struct sock *sk, struct sk_buff *skb, int attrtype) argument
H A Dfib_rules.c252 static int nla_put_port_range(struct sk_buff *skb, int attrtype, argument
/linux-master/net/devlink/
H A Dnetlink.c133 devlink_nl_put_nested_handle(struct sk_buff *msg, struct net *net, struct devlink *devlink, int attrtype) argument
H A Dcore.c217 devlink_rel_devlink_handle_put(struct sk_buff *msg, struct devlink *devlink, u32 rel_index, int attrtype, bool *msg_updated) argument
/linux-master/lib/
H A Dnlattr.c745 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) argument
902 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) argument
930 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, argument
967 nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) argument
990 nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, int padattr) argument
1035 __nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) argument
1056 __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, const void *data, int padattr) argument
1094 nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) argument
1115 nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, const void *data, int padattr) argument
[all...]
/linux-master/net/batman-adv/
H A Dnetlink.c163 batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype) argument
/linux-master/drivers/infiniband/core/
H A Daddr.c155 int attrtype; local

Completed in 274 milliseconds

12