Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dnetlink.h388 int hdrlen, int attrtype) in nlmsg_find_attr()
719 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
746 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
757 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
768 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16()
779 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16()
790 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16()
801 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
812 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32()
823 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32()
[all …]
Dgarp.h14 u8 attrtype; member
Dmrp.h11 u8 attrtype; member
/linux-4.1.27/lib/
Dnlattr.c222 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
343 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve()
390 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve()
428 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put()
466 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put()
/linux-4.1.27/net/core/
Dsock_diag.c52 int sock_diag_put_meminfo(struct sock *sk, struct sk_buff *skb, int attrtype) in sock_diag_put_meminfo()
70 struct sk_buff *skb, int attrtype) in sock_diag_put_filterinfo()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_nla.c42 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
/linux-4.1.27/net/802/
Dgarp.c265 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg()
429 u8 attrtype) in garp_pdu_parse_attr()
Dmrp.c358 u8 attrtype, u8 attrlen) in mrp_pdu_append_msg_hdr()
/linux-4.1.27/fs/btrfs/
Dsend.c593 #define TLV_PUT(sctx, attrtype, attrlen, data) \ argument
600 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument
607 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument
608 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) argument
609 #define TLV_PUT_U32(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 32, data) argument
610 #define TLV_PUT_U64(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 64, data) argument
611 #define TLV_PUT_STRING(sctx, attrtype, str, len) \ argument
617 #define TLV_PUT_PATH(sctx, attrtype, p) \ argument
624 #define TLV_PUT_UUID(sctx, attrtype, uuid) \ argument
630 #define TLV_PUT_BTRFS_TIMESPEC(sctx, attrtype, eb, ts) \ argument
/linux-4.1.27/net/openvswitch/
Dflow_netlink.c1594 int attrtype, void *data, int len, bool log) in __add_action()
1612 static int add_action(struct sw_flow_actions **sfa, int attrtype, in add_action()
1623 int attrtype, bool log) in add_nested_action_start()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c721 int attrtype, int attrlen, const void *data) in rocker_tlv_put()
740 int attrtype, u8 value) in rocker_tlv_put_u8()
746 int attrtype, u16 value) in rocker_tlv_put_u16()
752 int attrtype, __be16 value) in rocker_tlv_put_be16()
758 int attrtype, u32 value) in rocker_tlv_put_u32()
764 int attrtype, __be32 value) in rocker_tlv_put_be32()
770 int attrtype, u64 value) in rocker_tlv_put_u64()
776 rocker_tlv_nest_start(struct rocker_desc_info *desc_info, int attrtype) in rocker_tlv_nest_start()
/linux-4.1.27/net/bridge/
Dbr_netlink.c538 int attrtype, unsigned long mask) in br_set_port_flag()
/linux-4.1.27/net/mpls/
Daf_mpls.c609 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels()
/linux-4.1.27/net/ipv6/
Daddrconf.c4652 static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype, in snmp6_fill_stats()