Home
last modified time | relevance | path

Searched refs:full_addr (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/rose/
Daf_rose.c744 struct full_sockaddr_rose *full_addr = (struct full_sockaddr_rose *)uaddr; in rose_bind() local
746 rose->source_digis[n] = full_addr->srose_digis[n]; in rose_bind()
854 struct full_sockaddr_rose *full_addr = (struct full_sockaddr_rose *)uaddr; in rose_connect() local
856 rose->dest_digis[n] = full_addr->srose_digis[n]; in rose_connect()
/linux-6.6.21/tools/perf/util/
Dannotate.h92 full_addr; member
Dannotate.c2337 if (notes->options && notes->options->full_addr) in symbol__annotate()
2863 else if (notes->options->full_addr) in annotation__update_column_widths()
2876 notes->options->full_addr = !notes->options->full_addr; in annotation__toggle_full_addr()
2878 if (notes->options->full_addr) in annotation__toggle_full_addr()