hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/tipc/socket.h
....@@ -71,4 +71,10 @@
7171 int tipc_dump_start(struct netlink_callback *cb);
7272 int __tipc_dump_start(struct netlink_callback *cb, struct net *net);
7373 int tipc_dump_done(struct netlink_callback *cb);
74
+u32 tipc_sock_get_portid(struct sock *sk);
75
+bool tipc_sk_overlimit1(struct sock *sk, struct sk_buff *skb);
76
+bool tipc_sk_overlimit2(struct sock *sk, struct sk_buff *skb);
77
+
78
+int tsk_set_importance(struct sock *sk, int imp);
79
+
7480 #endif