Home
last modified time | relevance | path

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

/Linux-v5.4/net/tipc/
Dbearer.c771 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer()
1061 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_bearer_set()
1066 (props[TIPC_NLA_PROP_MTU]))) in __tipc_nl_bearer_set()
1068 b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_bearer_set()
1069 tipc_node_apply_property(net, b, TIPC_NLA_PROP_MTU); in __tipc_nl_bearer_set()
1117 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, media->mtu)) in __tipc_nl_add_media()
1248 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_media_set()
1253 (props[TIPC_NLA_PROP_MTU]))) in __tipc_nl_media_set()
1255 m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_media_set()
Dnode.c1914 else if (prop == TIPC_NLA_PROP_MTU) in tipc_node_apply_property()
/Linux-v5.4/include/uapi/linux/
Dtipc_netlink.h283 TIPC_NLA_PROP_MTU, /* u32 */ enumerator