Lines Matching refs:in6_addr

134 					 struct in6_addr *daddr,
135 struct in6_addr *saddr,
302 struct rt6_info *rt6_lookup(struct in6_addr *daddr, struct in6_addr *saddr, in rt6_lookup()
343 static struct rt6_info *rt6_cow(struct rt6_info *ort, struct in6_addr *daddr, in rt6_cow()
344 struct in6_addr *saddr, struct netlink_skb_parms *req) in rt6_cow()
392 struct in6_addr *daddr, *saddr; in rt6_flow_lookup_in()
673 static void ipv6_addr_prefix(struct in6_addr *pfx, in ipv6_addr_prefix()
674 const struct in6_addr *addr, int plen) in ipv6_addr_prefix()
793 struct in6_addr *gw_addr; in ip6_route_add()
934 void rt6_redirect(struct in6_addr *dest, struct in6_addr *saddr, in rt6_redirect()
1016 ipv6_addr_copy(&nrt->rt6i_gateway, (struct in6_addr*)neigh->primary_key); in rt6_redirect()
1043 void rt6_pmtu_discovery(struct in6_addr *daddr, struct in6_addr *saddr, in rt6_pmtu_discovery()
1156 struct rt6_info *rt6_get_dflt_router(struct in6_addr *addr, struct net_device *dev) in rt6_get_dflt_router()
1175 struct rt6_info *rt6_add_dflt_router(struct in6_addr *gwaddr, in rt6_add_dflt_router()
1272 int ip6_rt_addr_add(struct in6_addr *addr, struct net_device *dev) in ip6_rt_addr_add()
1309 int ip6_rt_addr_del(struct in6_addr *addr, struct net_device *dev) in ip6_rt_addr_del()
1377 struct in6_addr *daddr, in rt6_flow_lookup()
1378 struct in6_addr *saddr, in rt6_flow_lookup()
1580 struct in6_addr *dst, struct in6_addr *src, in rt6_fill_node()
1636 struct in6_addr saddr_buf; in rt6_fill_node()
1802 fl.nl_u.ip6_u.saddr = (struct in6_addr*)RTA_DATA(rta[RTA_SRC-1]); in inet6_rtm_getroute()
1804 fl.nl_u.ip6_u.daddr = (struct in6_addr*)RTA_DATA(rta[RTA_DST-1]); in inet6_rtm_getroute()