Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/net/ethernet/rocker/
A Drocker_tlv.h139 rocker_tlv_put_u8(struct rocker_desc_info *desc_info, int attrtype, u8 value) in rocker_tlv_put_u8()
147 rocker_tlv_put_u16(struct rocker_desc_info *desc_info, int attrtype, u16 value) in rocker_tlv_put_u16()
155 rocker_tlv_put_be16(struct rocker_desc_info *desc_info, int attrtype, __be16 value) in rocker_tlv_put_be16()
163 rocker_tlv_put_u32(struct rocker_desc_info *desc_info, int attrtype, u32 value) in rocker_tlv_put_u32()
171 rocker_tlv_put_be32(struct rocker_desc_info *desc_info, int attrtype, __be32 value) in rocker_tlv_put_be32()
179 rocker_tlv_put_u64(struct rocker_desc_info *desc_info, int attrtype, u64 value) in rocker_tlv_put_u64()
187 rocker_tlv_nest_start(struct rocker_desc_info *desc_info, int attrtype) in rocker_tlv_nest_start()
A Drocker_tlv.c33 int attrtype, int attrlen, const void *data) in rocker_tlv_put()
/linux/include/net/
A Dnetlink.h805 int hdrlen, int attrtype) in nlmsg_find_attr()
1187 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
1241 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
1360 static inline int nla_put_u64_64bit(struct sk_buff *skb, int attrtype, in nla_put_u64_64bit()
1474 static inline int nla_put_string(struct sk_buff *skb, int attrtype, in nla_put_string()
1485 static inline int nla_put_flag(struct sk_buff *skb, int attrtype) in nla_put_flag()
1497 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs()
1512 static inline int nla_put_in_addr(struct sk_buff *skb, int attrtype, in nla_put_in_addr()
1527 static inline int nla_put_in6_addr(struct sk_buff *skb, int attrtype, in nla_put_in6_addr()
1540 static inline int nla_put_bitfield32(struct sk_buff *skb, int attrtype, in nla_put_bitfield32()
[all …]
A Dife.h33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode()
39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
A Dgarp.h15 u8 attrtype; member
A Dmrp.h12 u8 attrtype; member
/linux/lib/
A Dnlattr.c698 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
855 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve()
883 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, in __nla_reserve_64bit()
920 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve()
943 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit()
988 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put()
1009 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put_64bit()
1047 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put()
1068 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit()
/linux/net/ife/
A Dife.c126 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, in ife_tlv_meta_decode()
158 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) in ife_tlv_meta_encode()
/linux/drivers/block/drbd/
A Ddrbd_nla.c44 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
/linux/net/core/
A Dsock_diag.c61 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo()
72 struct sk_buff *skb, int attrtype) in sock_diag_put_filterinfo()
A Dfib_rules.c253 static int nla_put_port_range(struct sk_buff *skb, int attrtype, in nla_put_port_range()
/linux/net/ethtool/
A Dbitset.c232 int ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val, in ethnl_put_bitset32()
734 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset()
816 int ethnl_put_bitset(struct sk_buff *skb, int attrtype, in ethnl_put_bitset()
A Dpause.c63 static int ethtool_put_stat(struct sk_buff *skb, u64 val, u16 attrtype, in ethtool_put_stat()
A Dnetlink.h47 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, in ethnl_put_strz()
A Dstats.c182 static int stat_put(struct sk_buff *skb, u16 attrtype, u64 val) in stat_put()
A Dnetlink.c160 u16 attrtype) in ethnl_fill_reply_header()
/linux/net/802/
A Dgarp.c275 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg()
439 u8 attrtype) in garp_pdu_parse_attr()
A Dmrp.c368 u8 attrtype, u8 attrlen) in mrp_pdu_append_msg_hdr()
/linux/net/ipv6/
A Drpl_iptunnel.c297 static int nla_put_rpl_srh(struct sk_buff *skb, int attrtype, in nla_put_rpl_srh()
A Dseg6_iptunnel.c68 static int nla_put_srh(struct sk_buff *skb, int attrtype, in nla_put_srh()
/linux/fs/btrfs/
A Dsend.c635 #define TLV_PUT(sctx, attrtype, data, attrlen) \ argument
642 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument
649 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument
650 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) argument
651 #define TLV_PUT_U32(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 32, data) argument
652 #define TLV_PUT_U64(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 64, data) argument
653 #define TLV_PUT_STRING(sctx, attrtype, str, len) \ argument
659 #define TLV_PUT_PATH(sctx, attrtype, p) \ argument
666 #define TLV_PUT_UUID(sctx, attrtype, uuid) \ argument
672 #define TLV_PUT_BTRFS_TIMESPEC(sctx, attrtype, eb, ts) \ argument
/linux/net/openvswitch/
A Dflow_netlink.c2378 int attrtype, void *data, int len, bool log) in __add_action()
2396 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
2407 int attrtype, bool log) in add_nested_action_start()
/linux/net/batman-adv/
A Dnetlink.c164 batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype) in batadv_netlink_get_ifindex()
/linux/drivers/infiniband/core/
A Daddr.c156 int attrtype; in ib_nl_ip_send_msg() local
/linux/include/linux/
A Dgenl_magic_struct.h66 static inline int nla_put_u64_0pad(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64_0pad()

Completed in 74 milliseconds

12