Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/ !
Dbearer.c837 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer()
1134 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_bearer_set()
1142 (props[TIPC_NLA_PROP_MTU]))) { in __tipc_nl_bearer_set()
1147 b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_bearer_set()
1148 tipc_node_apply_property(net, b, TIPC_NLA_PROP_MTU); in __tipc_nl_bearer_set()
1196 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, media->mtu)) in __tipc_nl_add_media()
1329 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_media_set()
1337 (props[TIPC_NLA_PROP_MTU]))) { in __tipc_nl_media_set()
1342 m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_media_set()
Dnetlink.c121 [TIPC_NLA_PROP_MTU] = { .type = NLA_U32 },
Dnode.c2226 else if (prop == TIPC_NLA_PROP_MTU) in tipc_node_apply_property()
/linux-6.1.9/include/uapi/linux/ !
Dtipc_netlink.h291 TIPC_NLA_PROP_MTU, /* u32 */ enumerator