Symbol: inet_diag_handler
include/linux/inet_diag.h
79
extern int inet_diag_register(const struct inet_diag_handler *handler);
include/linux/inet_diag.h
80
extern void inet_diag_unregister(const struct inet_diag_handler *handler);
net/ipv4/inet_diag.c
1032
static const struct sock_diag_handler inet_diag_handler = {
net/ipv4/inet_diag.c
1048
int inet_diag_register(const struct inet_diag_handler *h)
net/ipv4/inet_diag.c
1055
return !cmpxchg((const struct inet_diag_handler **)&inet_diag_table[type],
net/ipv4/inet_diag.c
1060
void inet_diag_unregister(const struct inet_diag_handler *h)
net/ipv4/inet_diag.c
1067
xchg((const struct inet_diag_handler **)&inet_diag_table[type],
net/ipv4/inet_diag.c
1080
sizeof(struct inet_diag_handler *));
net/ipv4/inet_diag.c
1087
err = sock_diag_register(&inet_diag_handler);
net/ipv4/inet_diag.c
1100
sock_diag_unregister(&inet_diag_handler);
net/ipv4/inet_diag.c
1109
sock_diag_unregister(&inet_diag_handler);
net/ipv4/inet_diag.c
215
const struct inet_diag_handler *handler;
net/ipv4/inet_diag.c
32
static const struct inet_diag_handler __rcu **inet_diag_table;
net/ipv4/inet_diag.c
402
const struct inet_diag_handler *handler;
net/ipv4/inet_diag.c
48
static const struct inet_diag_handler *inet_diag_lock_handler(int proto)
net/ipv4/inet_diag.c
50
const struct inet_diag_handler *handler;
net/ipv4/inet_diag.c
67
static void inet_diag_unlock_handler(const struct inet_diag_handler *handler)
net/ipv4/inet_diag.c
808
const struct inet_diag_handler *handler;
net/ipv4/inet_diag.c
988
const struct inet_diag_handler *handler;
net/ipv4/raw_diag.c
211
static const struct inet_diag_handler raw_diag_handler = {
net/ipv4/tcp_diag.c
661
static const struct inet_diag_handler tcp_diag_handler = {
net/ipv4/udp_diag.c
235
static const struct inet_diag_handler udp_diag_handler = {
net/ipv4/udp_diag.c
259
static const struct inet_diag_handler udplite_diag_handler = {
net/mptcp/mptcp_diag.c
220
static const struct inet_diag_handler mptcp_diag_handler = {
net/sctp/diag.c
520
static const struct inet_diag_handler sctp_diag_handler = {