Searched refs:nla_find (Results 1 – 15 of 15) sorted by relevance
/linux/net/ipv4/ |
A D | fib_semantics.c | 712 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs() 713 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_get_nhs() 733 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs() 742 fib_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 746 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in fib_get_nhs() 932 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match() 933 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_nh_match() 973 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match()
|
/linux/include/net/ |
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()
|
/linux/lib/ |
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);
|
/linux/net/core/ |
A D | lwtunnel.c | 197 nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in lwtunnel_valid_encap_type_attr()
|
A D | filter.c | 178 nla = nla_find((struct nlattr *) &skb->data[a], skb->len - a, x); in BPF_CALL_3()
|
/linux/net/mpls/ |
A 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/drivers/scsi/be2iscsi/ |
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()
|
/linux/net/wireless/ |
A D | pmsr.c | 277 peers = nla_find(nla_data(reqattr), nla_len(reqattr), in nl80211_pmsr_start()
|
/linux/net/decnet/ |
A D | dn_fib.c | 183 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_get_nhs()
|
A D | dn_table.c | 262 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_nh_match()
|
/linux/net/ipv6/ |
A D | route.c | 5278 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 5287 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add() 5292 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in ip6_route_multipath_add() 5456 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del()
|
/linux/drivers/block/drbd/ |
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()
|
/linux/ |
A D | vmlinux.symvers | 6681 0x00000000 nla_find vmlinux EXPORT_SYMBOL
|
A D | System.map | 17123 ffff8000104bffd0 T nla_find
|
A D | .tmp_System.map | 17123 ffff8000104bffd0 T nla_find
|
Completed in 344 milliseconds