Searched refs:nla_find (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/net/ |
D | netlink.h | 253 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype); 413 return nla_find(nlmsg_attrdata(nlh, hdrlen), in nlmsg_find_attr() 747 return nla_find(nla_data(nla), nla_len(nla), attrtype); in nla_find_nested()
|
/Linux-v4.19/net/ipv4/ |
D | fib_semantics.c | 514 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs() 517 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs() 522 nla = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 527 nla_entype = nla_find(attrs, attrlen, in fib_get_nhs() 680 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match() 684 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match()
|
/Linux-v4.19/lib/ |
D | nlattr.c | 284 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() function 295 EXPORT_SYMBOL(nla_find);
|
/Linux-v4.19/net/core/ |
D | lwtunnel.c | 195 nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in lwtunnel_valid_encap_type_attr()
|
D | filter.c | 142 nla = nla_find((struct nlattr *) &skb->data[a], skb->len - a, x); in BPF_CALL_3()
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_iscsi.c | 371 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_SUBNET); in beiscsi_iface_config_ipv4() 385 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_ADDR); in beiscsi_iface_config_ipv4()
|
/Linux-v4.19/net/mpls/ |
D | af_mpls.c | 851 nla = nla_find(attrs, attrlen, RTA_VIA); in mpls_count_nexthops() 862 nla = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_count_nexthops() 914 nla_via = nla_find(attrs, attrlen, RTA_VIA); in mpls_nh_build_multi() 915 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi()
|
/Linux-v4.19/net/decnet/ |
D | dn_fib.c | 184 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_get_nhs()
|
D | dn_table.c | 262 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_nh_match()
|
/Linux-v4.19/net/ipv6/ |
D | route.c | 4389 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 4394 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add() 4395 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in ip6_route_multipath_add() 4520 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del()
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_nl.c | 3242 nla = nla_find(nlmsg_attrdata(nlh, hdrlen), nlmsg_attrlen(nlh, hdrlen), in find_cfg_context_attr() 4019 nla = nla_find(nlmsg_attrdata(cb->nlh, hdrlen), in drbd_adm_get_status_all()
|