Home
last modified time | relevance | path

Searched refs:pb (Results 1 – 4 of 4) sorted by relevance

/net/tipc/
Dconfig.c109 char *pb; in tipc_show_stats() local
126 pb = TLV_DATA(rep_tlv); in tipc_show_stats()
129 str_len = tipc_snprintf(pb, pb_len, "TIPC version " TIPC_MOD_VER "\n"); in tipc_show_stats()
Dname_table.c913 char *pb; in tipc_nametbl_get() local
925 pb = TLV_DATA(rep_tlv); in tipc_nametbl_get()
929 str_len = nametbl_list(pb, pb_len, ntohl(argv->depth), in tipc_nametbl_get()
Dlink.c2305 char *pb; in tipc_link_cmd_show_stats() local
2315 pb = TLV_DATA(rep_tlv); in tipc_link_cmd_show_stats()
2318 pb, pb_len); in tipc_link_cmd_show_stats()
Dsocket.c2255 char *pb; in tipc_sk_socks_show() local
2265 pb = TLV_DATA(rep_tlv); in tipc_sk_socks_show()
2271 str_len += tipc_sk_show(tsk, pb + str_len, in tipc_sk_socks_show()