/kernel/linux/linux-5.10/net/802/ |
H A D | mrp.c | 368 u8 attrtype, u8 attrlen) in mrp_pdu_append_msg_hdr() 382 mh->attrtype = attrtype; in mrp_pdu_append_msg_hdr() 422 mrp_cb(app->pdu)->mh->attrtype != attr->type || in mrp_pdu_append_vecattr_event() 656 mrp_cb(skb)->mh->attrtype); in mrp_pdu_parse_vecattr_event() 769 if (mrp_cb(skb)->mh->attrtype == 0 || in mrp_pdu_parse_msg() 770 mrp_cb(skb)->mh->attrtype > app->app->maxattr || in mrp_pdu_parse_msg() 367 mrp_pdu_append_msg_hdr(struct mrp_applicant *app, u8 attrtype, u8 attrlen) mrp_pdu_append_msg_hdr() argument
|
/kernel/linux/linux-6.6/net/802/ |
H A D | mrp.c | 368 u8 attrtype, u8 attrlen) in mrp_pdu_append_msg_hdr() 382 mh->attrtype = attrtype; in mrp_pdu_append_msg_hdr() 422 mrp_cb(app->pdu)->mh->attrtype != attr->type || in mrp_pdu_append_vecattr_event() 656 mrp_cb(skb)->mh->attrtype); in mrp_pdu_parse_vecattr_event() 769 if (mrp_cb(skb)->mh->attrtype == 0 || in mrp_pdu_parse_msg() 770 mrp_cb(skb)->mh->attrtype > app->app->maxattr || in mrp_pdu_parse_msg() 367 mrp_pdu_append_msg_hdr(struct mrp_applicant *app, u8 attrtype, u8 attrlen) mrp_pdu_append_msg_hdr() argument
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_nla.h | 7 extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_nla.h | 7 extern struct nlattr *drbd_nla_find_nested(int maxtype, struct nlattr *nla, int attrtype);
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | pause.c | 69 static int ethtool_put_stat(struct sk_buff *skb, u64 val, u16 attrtype, in ethtool_put_stat() argument 74 if (nla_put_u64_64bit(skb, attrtype, val, padtype)) in ethtool_put_stat()
|
H A D | netlink.h | 18 u16 attrtype); 47 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, in ethnl_put_strz() argument 53 attr = nla_reserve(skb, attrtype, len + 1); in ethnl_put_strz()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | netlink.h | 18 u16 attrtype); 40 * @attrtype: attribute type 47 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, in ethnl_put_strz() argument 53 attr = nla_reserve(skb, attrtype, len + 1); in ethnl_put_strz()
|
H A D | pause.c | 106 static int ethtool_put_stat(struct sk_buff *skb, u64 val, u16 attrtype, in ethtool_put_stat() argument 111 if (nla_put_u64_64bit(skb, attrtype, val, padtype)) in ethtool_put_stat()
|
H A D | mm.c | 84 static int mm_put_stat(struct sk_buff *skb, u64 val, u16 attrtype) in mm_put_stat() argument 88 if (nla_put_u64_64bit(skb, attrtype, val, ETHTOOL_A_MM_STAT_PAD)) in mm_put_stat()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | netlink.h | 18 int batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype);
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | netlink.h | 18 int batadv_netlink_get_ifindex(const struct nlmsghdr *nlh, int attrtype);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | genl_magic_struct.h | 64 static inline int nla_put_u64_0pad(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64_0pad() argument 66 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0); in nla_put_u64_0pad()
|
H A D | sock_diag.h | 46 struct sk_buff *skb, int attrtype);
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | geneve.c | 1460 int attrtype; in geneve_nl2info() local 1470 attrtype = IFLA_GENEVE_REMOTE; in geneve_nl2info() 1487 attrtype = IFLA_GENEVE_REMOTE6; in geneve_nl2info() 1527 attrtype = IFLA_GENEVE_ID; in geneve_nl2info() 1561 attrtype = IFLA_GENEVE_PORT; in geneve_nl2info() 1569 attrtype = IFLA_GENEVE_COLLECT_METADATA; in geneve_nl2info() 1577 attrtype = IFLA_GENEVE_UDP_CSUM; in geneve_nl2info() 1587 attrtype = IFLA_GENEVE_UDP_ZERO_CSUM6_TX; in geneve_nl2info() 1602 attrtype = IFLA_GENEVE_UDP_ZERO_CSUM6_RX; in geneve_nl2info() 1616 attrtype in geneve_nl2info() [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | geneve.c | 1415 int attrtype; in geneve_nl2info() local 1425 attrtype = IFLA_GENEVE_REMOTE; in geneve_nl2info() 1442 attrtype = IFLA_GENEVE_REMOTE6; in geneve_nl2info() 1482 attrtype = IFLA_GENEVE_ID; in geneve_nl2info() 1516 attrtype = IFLA_GENEVE_PORT; in geneve_nl2info() 1524 attrtype = IFLA_GENEVE_COLLECT_METADATA; in geneve_nl2info() 1532 attrtype = IFLA_GENEVE_UDP_CSUM; in geneve_nl2info() 1542 attrtype = IFLA_GENEVE_UDP_ZERO_CSUM6_TX; in geneve_nl2info() 1557 attrtype = IFLA_GENEVE_UDP_ZERO_CSUM6_RX; in geneve_nl2info() 1571 NL_SET_ERR_MSG_ATTR(extack, data[attrtype], in geneve_nl2info() [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_netlink.h | 60 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sock_diag.h | 46 struct sk_buff *skb, int attrtype);
|
H A D | genl_magic_struct.h | 66 static inline int nla_put_u64_0pad(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64_0pad() argument 68 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0); in nla_put_u64_0pad()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | garp.h | 15 u8 attrtype; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | garp.h | 17 u8 attrtype; member
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.h | 60 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | rpl_iptunnel.c | 302 static int nla_put_rpl_srh(struct sk_buff *skb, int attrtype, in nla_put_rpl_srh() argument 311 nla = nla_reserve(skb, attrtype, len); in nla_put_rpl_srh()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | rpl_iptunnel.c | 296 static int nla_put_rpl_srh(struct sk_buff *skb, int attrtype, in nla_put_rpl_srh() argument 305 nla = nla_reserve(skb, attrtype, len); in nla_put_rpl_srh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.h | 21 #define nla_nest_start(msg, attrtype) \ 22 nla_nest_start(msg, NLA_F_NESTED | (attrtype))
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | addr.c | 156 int attrtype; in ib_nl_ip_send_msg() local 161 attrtype = RDMA_NLA_F_MANDATORY | LS_NLA_TYPE_IPV4; in ib_nl_ip_send_msg() 164 attrtype = RDMA_NLA_F_MANDATORY | LS_NLA_TYPE_IPV6; in ib_nl_ip_send_msg() 184 nla_put(skb, attrtype, size, daddr); in ib_nl_ip_send_msg()
|