hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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