Home
last modified time | relevance | path

Searched refs:TIPC_NLA_MEDIA_PROP (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dtipc_netlink.h155 TIPC_NLA_MEDIA_PROP, /* nest */ enumerator
/linux/net/tipc/
H A Dnetlink.c137 [TIPC_NLA_MEDIA_PROP] = { .type = NLA_NESTED }
H A Dbearer.c1204 prop = nla_nest_start_noflag(msg->skb, TIPC_NLA_MEDIA_PROP); in __tipc_nl_add_media()
1333 if (attrs[TIPC_NLA_MEDIA_PROP]) { in __tipc_nl_media_set()
1336 err = tipc_nl_parse_link_prop(attrs[TIPC_NLA_MEDIA_PROP], in __tipc_nl_media_set()
H A Dnetlink_compat.c737 prop = nla_nest_start_noflag(skb, TIPC_NLA_MEDIA_PROP); in tipc_nl_compat_media_set()