tipc: move netlink policies to netlink.c
Make the c files less cluttered and enable netlink attributes to be shared between files. Signed-off-by: Richard Alpe <richard.alpe@ericsson.com> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Acked-by: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
8dfd329fbc
commit
49cc66eaee
@ -48,20 +48,13 @@
|
||||
#include <linux/tipc_netlink.h>
|
||||
#include "core.h"
|
||||
#include "bearer.h"
|
||||
#include "netlink.h"
|
||||
|
||||
/* IANA assigned UDP port */
|
||||
#define UDP_PORT_DEFAULT 6118
|
||||
|
||||
#define UDP_MIN_HEADROOM 28
|
||||
|
||||
static const struct nla_policy tipc_nl_udp_policy[TIPC_NLA_UDP_MAX + 1] = {
|
||||
[TIPC_NLA_UDP_UNSPEC] = {.type = NLA_UNSPEC},
|
||||
[TIPC_NLA_UDP_LOCAL] = {.type = NLA_BINARY,
|
||||
.len = sizeof(struct sockaddr_storage)},
|
||||
[TIPC_NLA_UDP_REMOTE] = {.type = NLA_BINARY,
|
||||
.len = sizeof(struct sockaddr_storage)},
|
||||
};
|
||||
|
||||
/**
|
||||
* struct udp_media_addr - IP/UDP addressing information
|
||||
*
|
||||
|
Reference in New Issue
Block a user