Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dbearer.c705 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()
Dnode.c1809 else if (prop == TIPC_NLA_PROP_MTU) in tipc_node_apply_property()
/Linux-v4.19/include/uapi/linux/
Dtipc_netlink.h283 TIPC_NLA_PROP_MTU, /* u32 */ enumerator