[linux] abstract socket address

netstat で UNIXドメインソケットを見ると、先頭に '@' が付いてるパスとそうでないものがある。``` # netstat -ax Active UNIX domain sockets (servers and established) Proto RefCnt Flags Type State I-Node Path unix 2 [ ACC ] STREAM LISTENING 5826 @/com/ubuntu/upstart unix 6 [ ] DGRAM 7364 /dev/log ``` @/c…