spec_dst          242 net/ipv4/ip_options.c static void spec_dst_fill(__be32 *spec_dst, struct sk_buff *skb)
spec_dst          244 net/ipv4/ip_options.c 	if (*spec_dst == htonl(INADDR_ANY))
spec_dst          245 net/ipv4/ip_options.c 		*spec_dst = fib_compute_spec_dst(skb);
spec_dst          258 net/ipv4/ip_options.c 	__be32 spec_dst = htonl(INADDR_ANY);
spec_dst          343 net/ipv4/ip_options.c 					spec_dst_fill(&spec_dst, skb);
spec_dst          344 net/ipv4/ip_options.c 					memcpy(&optptr[optptr[2]-1], &spec_dst, 4);
spec_dst          384 net/ipv4/ip_options.c 						spec_dst_fill(&spec_dst, skb);
spec_dst          385 net/ipv4/ip_options.c 						memcpy(&optptr[optptr[2]-1], &spec_dst, 4);