Searched refs:curr_dst (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ipv6/
H A Dip6_input.c113 struct dst_entry *curr_dst = NULL; local
133 if (curr_dst != dst) {
141 curr_dst = dst;
/linux-master/net/ipv4/
H A Dip_input.c598 struct dst_entry *curr_dst = NULL; local
617 if (curr_dst != dst) {
626 curr_dst = dst;

Completed in 239 milliseconds