Searched refs:nla_find (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/net/ipv4/ |
| D | fib_semantics.c | 691 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs() 692 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_get_nhs() 708 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs() 712 fib_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 713 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in fib_get_nhs() 898 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match() 899 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_nh_match() 934 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match()
|
| /Linux-v5.4/include/net/ |
| D | netlink.h | 441 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype); 741 return nla_find(nlmsg_attrdata(nlh, hdrlen), in nlmsg_find_attr() 1124 return nla_find(nla_data(nla), nla_len(nla), attrtype); in nla_find_nested()
|
| /Linux-v5.4/lib/ |
| D | nlattr.c | 491 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() function 502 EXPORT_SYMBOL(nla_find);
|
| /Linux-v5.4/net/core/ |
| D | lwtunnel.c | 190 nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in lwtunnel_valid_encap_type_attr()
|
| D | filter.c | 147 nla = nla_find((struct nlattr *) &skb->data[a], skb->len - a, x); in BPF_CALL_3()
|
| /Linux-v5.4/drivers/scsi/be2iscsi/ |
| D | be_iscsi.c | 367 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_SUBNET); in beiscsi_iface_config_ipv4() 381 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_ADDR); in beiscsi_iface_config_ipv4()
|
| /Linux-v5.4/net/mpls/ |
| D | af_mpls.c | 850 nla = nla_find(attrs, attrlen, RTA_VIA); in mpls_count_nexthops() 861 nla = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_count_nexthops() 913 nla_via = nla_find(attrs, attrlen, RTA_VIA); in mpls_nh_build_multi() 914 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi()
|
| /Linux-v5.4/net/wireless/ |
| D | pmsr.c | 224 peers = nla_find(nla_data(reqattr), nla_len(reqattr), in nl80211_pmsr_start()
|
| /Linux-v5.4/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-v5.4/net/ipv6/ |
| D | route.c | 5062 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 5067 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add() 5068 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in ip6_route_multipath_add() 5214 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del()
|
| /Linux-v5.4/drivers/block/drbd/ |
| D | drbd_nl.c | 3296 nla = nla_find(nlmsg_attrdata(nlh, hdrlen), nlmsg_attrlen(nlh, hdrlen), in find_cfg_context_attr() 4073 nla = nla_find(nlmsg_attrdata(cb->nlh, hdrlen), in drbd_adm_get_status_all()
|