Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dbearer.c848 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer()
1151 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_bearer_set()
1158 if (nla_get_u32(props[TIPC_NLA_PROP_MTU]) < in __tipc_nl_bearer_set()
1164 b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_bearer_set()
1165 tipc_node_apply_property(net, b, TIPC_NLA_PROP_MTU); in __tipc_nl_bearer_set()
1213 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, media->mtu)) in __tipc_nl_add_media()
1346 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_media_set()
1354 (props[TIPC_NLA_PROP_MTU]))) { in __tipc_nl_media_set()
1359 m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_media_set()
H A Dnetlink.c121 [TIPC_NLA_PROP_MTU] = { .type = NLA_U32 },
H A Dnode.c2227 else if (prop == TIPC_NLA_PROP_MTU) in tipc_node_apply_property()
/openbmc/linux/include/uapi/linux/
H A Dtipc_netlink.h291 TIPC_NLA_PROP_MTU, /* u32 */ enumerator