Searched refs:TIPC_NLA_PROP_MTU (Results 1 – 3 of 3) sorted by relevance
705 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer()995 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_bearer_set()1000 (props[TIPC_NLA_PROP_MTU]))) in __tipc_nl_bearer_set()1002 b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_bearer_set()1003 tipc_node_apply_property(net, b, TIPC_NLA_PROP_MTU); in __tipc_nl_bearer_set()1051 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, media->mtu)) in __tipc_nl_add_media()1182 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_media_set()1187 (props[TIPC_NLA_PROP_MTU]))) in __tipc_nl_media_set()1189 m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_media_set()
1809 else if (prop == TIPC_NLA_PROP_MTU) in tipc_node_apply_property()
283 TIPC_NLA_PROP_MTU, /* u32 */ enumerator