Lines Matching defs:dst
1565 static int qeth_l3_get_cast_type_rcu(struct sk_buff *skb, struct dst_entry *dst,
1570 if (dst)
1571 n = dst_neigh_lookup_skb(dst, skb);
1604 struct dst_entry *dst;
1608 dst = qeth_dst_check_rcu(skb, proto);
1609 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, proto);
1633 struct dst_entry *dst;
1663 dst = qeth_dst_check_rcu(skb, proto);
1668 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, proto);
1674 qeth_next_hop_v4_rcu(skb, dst);
1677 l3_hdr->next_hop.addr = *qeth_next_hop_v6_rcu(skb, dst);