Home
last modified time | relevance | path

Searched refs:sock_tag_entry (Results 1 – 2 of 2) sorted by relevance

/net/netfilter/
Dxt_qtaguid.c1071 struct sock_tag *sock_tag_entry; in get_sock_stat() local
1076 sock_tag_entry = get_sock_stat_nl(sk); in get_sock_stat()
1078 return sock_tag_entry; in get_sock_stat()
1293 struct sock_tag *sock_tag_entry; in if_tag_stat_update() local
1317 sock_tag_entry = get_sock_stat(sk); in if_tag_stat_update()
1318 if (sock_tag_entry) { in if_tag_stat_update()
1319 tag = sock_tag_entry->tag; in if_tag_stat_update()
1852 struct sock_tag *sock_tag_entry = v; in qtaguid_ctrl_proc_next() local
1860 node = rb_next(&sock_tag_entry->sock_node); in qtaguid_ctrl_proc_next()
1863 sock_tag_entry = SEQ_START_TOKEN; in qtaguid_ctrl_proc_next()
[all …]
Dxt_qtaguid_print.c295 struct sock_tag *sock_tag_entry; in prdebug_sock_tag_tree() local
313 sock_tag_entry = rb_entry(node, struct sock_tag, sock_node); in prdebug_sock_tag_tree()
314 str = pp_sock_tag(sock_tag_entry); in prdebug_sock_tag_tree()
326 struct sock_tag *sock_tag_entry; in prdebug_sock_tag_list() local
341 list_for_each_entry(sock_tag_entry, sock_tag_list, list) { in prdebug_sock_tag_list()
342 str = pp_sock_tag(sock_tag_entry); in prdebug_sock_tag_list()