Searched refs:nla_find (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/lib/ |
D | nlattr.c | 222 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() function 233 EXPORT_SYMBOL(nla_find);
|
/linux-4.4.14/include/net/ |
D | netlink.h | 241 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype); 390 return nla_find(nlmsg_attrdata(nlh, hdrlen), in nlmsg_find_attr() 721 return nla_find(nla_data(nla), nla_len(nla), attrtype); in nla_find_nested()
|
/linux-4.4.14/net/ipv4/ |
D | fib_semantics.c | 491 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs() 494 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_get_nhs() 499 nla = nla_find(attrs, attrlen, RTA_ENCAP); in fib_get_nhs() 505 nla_entype = nla_find(attrs, attrlen, in fib_get_nhs() 664 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match() 668 nla = nla_find(attrs, attrlen, RTA_FLOW); in fib_nh_match()
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_iscsi.c | 315 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_ADDR); in beiscsi_set_static_ip() 319 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_SUBNET); in beiscsi_set_static_ip() 325 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_SUBNET); in beiscsi_set_static_ip() 331 nla = nla_find(data, dt_len, ISCSI_NET_PARAM_IPV4_ADDR); in beiscsi_set_static_ip()
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 647 nla = nla_find(attrs, attrlen, RTA_VIA); in mpls_count_nexthops() 695 nla_via = nla_find(attrs, attrlen, RTA_VIA); in mpls_nh_build_multi() 696 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi()
|
/linux-4.4.14/net/decnet/ |
D | dn_fib.c | 181 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_get_nhs()
|
D | dn_table.c | 260 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_nh_match()
|
/linux-4.4.14/net/ipv6/ |
D | route.c | 2889 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 2894 r_cfg.fc_encap = nla_find(attrs, attrlen, RTA_ENCAP); in ip6_route_multipath_add() 2895 nla = nla_find(attrs, attrlen, RTA_ENCAP_TYPE); in ip6_route_multipath_add() 2983 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del()
|
/linux-4.4.14/net/core/ |
D | filter.c | 115 nla = nla_find((struct nlattr *) &skb->data[a], skb->len - a, x); in __skb_get_nlattr()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nl.c | 3216 nla = nla_find(nlmsg_attrdata(cb->nlh, hdrlen), in drbd_adm_get_status_all()
|