get_dst           449 include/net/sctp/structs.h 	void		(*get_dst)	(struct sctp_transport *t,
get_dst          1071 net/sctp/ipv6.c 	.get_dst	   = sctp_v6_get_dst,
get_dst          1075 net/sctp/protocol.c 	.get_dst	   = sctp_v4_get_dst,
get_dst           227 net/sctp/transport.c 		transport->af_specific->get_dst(transport, &transport->saddr,
get_dst           273 net/sctp/transport.c 		t->af_specific->get_dst(t, &t->saddr, &t->fl, sk);
get_dst           297 net/sctp/transport.c 	af->get_dst(transport, saddr, &transport->fl, sctp_opt2sk(opt));