Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/net/
Dnetlink.h411 int hdrlen, int attrtype) in nlmsg_find_attr()
745 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
775 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
789 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
802 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16()
815 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16()
828 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16()
841 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
854 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32()
867 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32()
[all …]
Dife.h34 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode()
40 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
Dgarp.h15 u8 attrtype; member
Dmrp.h12 u8 attrtype; member
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_tlv.h143 rocker_tlv_put_u8(struct rocker_desc_info *desc_info, int attrtype, u8 value) in rocker_tlv_put_u8()
151 rocker_tlv_put_u16(struct rocker_desc_info *desc_info, int attrtype, u16 value) in rocker_tlv_put_u16()
159 rocker_tlv_put_be16(struct rocker_desc_info *desc_info, int attrtype, __be16 value) in rocker_tlv_put_be16()
167 rocker_tlv_put_u32(struct rocker_desc_info *desc_info, int attrtype, u32 value) in rocker_tlv_put_u32()
175 rocker_tlv_put_be32(struct rocker_desc_info *desc_info, int attrtype, __be32 value) in rocker_tlv_put_be32()
183 rocker_tlv_put_u64(struct rocker_desc_info *desc_info, int attrtype, u64 value) in rocker_tlv_put_u64()
191 rocker_tlv_nest_start(struct rocker_desc_info *desc_info, int attrtype) in rocker_tlv_nest_start()
Drocker_tlv.c37 int attrtype, int attrlen, const void *data) in rocker_tlv_put()
/Linux-v4.19/lib/
Dnlattr.c284 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
429 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve()
457 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, in __nla_reserve_64bit()
495 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve()
518 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit()
563 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put()
584 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put_64bit()
622 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put()
643 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit()
/Linux-v4.19/net/ife/
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-v4.19/drivers/block/drbd/
Ddrbd_nla.c43 struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype) in drbd_nla_find_nested()
/Linux-v4.19/net/core/
Dsock_diag.c59 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()
Dfib_rules.c242 static int nla_put_port_range(struct sk_buff *skb, int attrtype, in nla_put_port_range()
/Linux-v4.19/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-v4.19/net/batman-adv/
Dnetlink.c117 batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype) in batadv_netlink_get_ifindex()
/Linux-v4.19/fs/btrfs/
Dsend.c605 #define TLV_PUT(sctx, attrtype, data, attrlen) \ argument
612 #define TLV_PUT_INT(sctx, attrtype, bits, value) \ argument
619 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) argument
620 #define TLV_PUT_U16(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 16, data) argument
621 #define TLV_PUT_U32(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 32, data) argument
622 #define TLV_PUT_U64(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 64, data) argument
623 #define TLV_PUT_STRING(sctx, attrtype, str, len) \ argument
629 #define TLV_PUT_PATH(sctx, attrtype, p) \ argument
636 #define TLV_PUT_UUID(sctx, attrtype, uuid) \ argument
642 #define TLV_PUT_BTRFS_TIMESPEC(sctx, attrtype, eb, ts) \ argument
/Linux-v4.19/net/ipv6/
Dseg6_iptunnel.c55 static int nla_put_srh(struct sk_buff *skb, int attrtype, in nla_put_srh()
Daddrconf.c5264 static void snmp6_fill_stats(u64 *stats, struct inet6_dev *idev, int attrtype, in snmp6_fill_stats()
/Linux-v4.19/net/openvswitch/
Dflow_netlink.c2343 int attrtype, void *data, int len, bool log) in __add_action()
2361 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
2372 int attrtype, bool log) in add_nested_action_start()
/Linux-v4.19/drivers/infiniband/core/
Daddr.c151 int attrtype; in ib_nl_ip_send_msg() local
/Linux-v4.19/include/linux/
Dgenl_magic_struct.h66 static inline int nla_put_u64_0pad(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64_0pad()
/Linux-v4.19/net/bridge/
Dbr_netlink.c703 int attrtype, unsigned long mask) in br_set_port_flag()
/Linux-v4.19/drivers/net/
Dgeneve.c1234 int attrtype; in geneve_nl2info() local
Dmacsec.c1481 static int nla_put_sci(struct sk_buff *skb, int attrtype, sci_t value, in nla_put_sci()
/Linux-v4.19/net/mpls/
Daf_mpls.c1626 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels()
/Linux-v4.19/net/netfilter/
Dnf_conntrack_netlink.c146 static int ctnetlink_dump_zone_id(struct sk_buff *skb, int attrtype, in ctnetlink_dump_zone_id()

12