Home
last modified time | relevance | path

Searched refs:nla_find (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/net/ipv4/
H A Dfib_semantics.c753 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs()
754 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_get_nhs()
774 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs()
783 fib_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs()
787 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in fib_get_nhs()
980 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match()
981 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_nh_match()
1021 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match()
/linux-6.15/lib/
H A Dnlattr.c745 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() function
756 EXPORT_SYMBOL(nla_find);
/linux-6.15/include/net/
H A Dnetlink.h540 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype);
842 return nla_find(nlmsg_attrdata(nlh, hdrlen), in nlmsg_find_attr()
1301 return nla_find(nla_data(nla), nla_len(nla), attrtype); in nla_find_nested()
/linux-6.15/net/core/
H A Dlwtunnel.c202 nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in lwtunnel_valid_encap_type_attr()
H A Dfilter.c190 nla = nla_find((struct nlattr *) &skb->data[a], skb->len - a, x); in BPF_CALL_3()
/linux-6.15/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c376 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-6.15/net/mpls/
H A Daf_mpls.c852 nla = nla_find(attrs, attrlen, RTA_VIA); in mpls_count_nexthops()
863 nla = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_count_nexthops()
915 nla_via = nla_find(attrs, attrlen, RTA_VIA); in mpls_nh_build_multi()
916 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi()
/linux-6.15/net/wireless/
H A Dpmsr.c283 peers = nla_find(nla_data(reqattr), nla_len(reqattr), in nl80211_pmsr_start()
/linux-6.15/net/ipv6/
H A Droute.c5341 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add()
5350 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add()
5355 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in ip6_route_multipath_add()
5512 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del()
/linux-6.15/drivers/block/drbd/
H A Ddrbd_nl.c3225 nla = nla_find(nlmsg_attrdata(nlh, hdrlen), nlmsg_attrlen(nlh, hdrlen), in find_cfg_context_attr()
3995 nla = nla_find(nlmsg_attrdata(cb->nlh, hdrlen), in drbd_adm_get_status_all()