Home
last modified time | relevance | path

Searched refs:TIPC_NLA_UDP_LOCAL (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dtipc_netlink.h106 TIPC_NLA_UDP_LOCAL, /* sockaddr_storage */ enumerator
/linux-6.1.9/net/tipc/
Dudp_media.c556 if (__tipc_nl_add_udp_addr(msg->skb, src, TIPC_NLA_UDP_LOCAL)) in tipc_udp_nl_add_bearer_data()
687 if (!opts[TIPC_NLA_UDP_LOCAL] || !opts[TIPC_NLA_UDP_REMOTE]) { in tipc_udp_enable()
693 err = tipc_parse_udp_addr(opts[TIPC_NLA_UDP_LOCAL], &local, in tipc_udp_enable()
Dnetlink.c142 [TIPC_NLA_UDP_LOCAL] = {.type = NLA_BINARY,