| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_semantics.c | 721 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs() 722 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_get_nhs() 742 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs() 751 fib_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 755 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in fib_get_nhs() 948 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match() 949 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_nh_match() 989 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | netlink.h | 508 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype); 807 return nla_find(nlmsg_attrdata(nlh, hdrlen), in nlmsg_find_attr() 1189 return nla_find(nla_data(nla), nla_len(nla), attrtype); in nla_find_nested()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | nlattr.c | 698 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() function 709 EXPORT_SYMBOL(nla_find);
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | lwtunnel.c | 192 nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in lwtunnel_valid_encap_type_attr()
|
| H A D | filter.c | 177 nla = nla_find((struct nlattr *) &skb->data[a], skb->len - a, x); in BPF_CALL_3()
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 849 nla = nla_find(attrs, attrlen, RTA_VIA); in mpls_count_nexthops() 860 nla = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_count_nexthops() 912 nla_via = nla_find(attrs, attrlen, RTA_VIA); in mpls_nh_build_multi() 913 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | be_iscsi.c | 376 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_SUBNET); in beiscsi_iface_config_ipv4() 390 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_ADDR); in beiscsi_iface_config_ipv4()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | pmsr.c | 255 peers = nla_find(nla_data(reqattr), nla_len(reqattr), in nl80211_pmsr_start()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_fib.c | 184 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_get_nhs()
|
| H A D | dn_table.c | 262 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_nh_match()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 644 nla_find
|
| H A D | abi_gki_aarch64_vivo | 976 nla_find
|
| H A D | abi_gki_aarch64_generic | 1198 nla_find
|
| H A D | abi_gki_aarch64_db845c | 836 nla_find
|
| H A D | abi_gki_aarch64_exynos | 1262 nla_find
|
| H A D | abi_gki_aarch64_imx | 1156 nla_find
|
| H A D | abi_gki_aarch64_qcom | 1524 nla_find
|
| H A D | abi_gki_aarch64_mtk | 1335 nla_find
|
| H A D | abi_gki_aarch64_rockchip | 1609 nla_find
|
| H A D | abi_gki_aarch64_oplus | 1670 nla_find
|
| H A D | abi_gki_aarch64_galaxy | 2718 nla_find
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 5132 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 5141 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add() 5146 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in ip6_route_multipath_add() 5310 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del()
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_nl.c | 3290 nla = nla_find(nlmsg_attrdata(nlh, hdrlen), nlmsg_attrlen(nlh, hdrlen), in find_cfg_context_attr() 4060 nla = nla_find(nlmsg_attrdata(cb->nlh, hdrlen), in drbd_adm_get_status_all()
|