Searched refs:nla_find (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/net/ipv4/ |
| D | fib_semantics.c | 722 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs() 723 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_get_nhs() 743 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs() 752 fib_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 756 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in fib_get_nhs() 949 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match() 950 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_nh_match() 990 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match()
|
| /Linux-v6.1/include/net/ |
| D | netlink.h | 523 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype); 825 return nla_find(nlmsg_attrdata(nlh, hdrlen), in nlmsg_find_attr() 1206 return nla_find(nla_data(nla), nla_len(nla), attrtype); in nla_find_nested()
|
| /Linux-v6.1/net/core/ |
| D | lwtunnel.c | 200 nla_entype = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in lwtunnel_valid_encap_type_attr()
|
| D | filter.c | 180 nla = nla_find((struct nlattr *) &skb->data[a], skb->len - a, x); in BPF_CALL_3()
|
| /Linux-v6.1/lib/ |
| D | nlattr.c | 710 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() function 721 EXPORT_SYMBOL(nla_find);
|
| /Linux-v6.1/drivers/scsi/be2iscsi/ |
| 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-v6.1/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-v6.1/net/wireless/ |
| D | pmsr.c | 275 peers = nla_find(nla_data(reqattr), nla_len(reqattr), in nl80211_pmsr_start()
|
| /Linux-v6.1/net/ipv6/ |
| D | route.c | 5271 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 5280 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add() 5285 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in ip6_route_multipath_add() 5449 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del()
|
| /Linux-v6.1/drivers/block/drbd/ |
| D | drbd_nl.c | 3211 nla = nla_find(nlmsg_attrdata(nlh, hdrlen), nlmsg_attrlen(nlh, hdrlen), in find_cfg_context_attr() 3981 nla = nla_find(nlmsg_attrdata(cb->nlh, hdrlen), in drbd_adm_get_status_all()
|