Searched refs:nla_get_be32 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c202 rule4->src = nla_get_be32(tb[FRA_SRC]);
205 rule4->dst = nla_get_be32(tb[FRA_DST]);
242 if (frh->src_len && (rule4->src != nla_get_be32(tb[FRA_SRC])))
245 if (frh->dst_len && (rule4->dst != nla_get_be32(tb[FRA_DST])))
H A Ddevinet.c470 ifa->ifa_local != nla_get_be32(tb[IFA_LOCAL]))
478 !inet_ifa_match(nla_get_be32(tb[IFA_ADDRESS]), ifa)))
544 ifa->ifa_local = nla_get_be32(tb[IFA_LOCAL]);
545 ifa->ifa_address = nla_get_be32(tb[IFA_ADDRESS]);
548 ifa->ifa_broadcast = nla_get_be32(tb[IFA_BROADCAST]);
551 ifa->ifa_anycast = nla_get_be32(tb[IFA_ANYCAST]);
H A Dfib_frontend.c493 cfg->fc_dst = nla_get_be32(attr);
499 cfg->fc_gw = nla_get_be32(attr);
505 cfg->fc_prefsrc = nla_get_be32(attr);
H A Dfib_semantics.c405 nh->nh_gw = nla ? nla_get_be32(nla) : 0;
458 if (nla && nla_get_be32(nla) != nh->nh_gw)
H A Droute.c2810 src = tb[RTA_SRC] ? nla_get_be32(tb[RTA_SRC]) : 0;
2811 dst = tb[RTA_DST] ? nla_get_be32(tb[RTA_DST]) : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h830 * nla_get_be32 - return payload of __be32 attribute
833 static inline __be32 nla_get_be32(struct nlattr *nla) function

Completed in 88 milliseconds