Home
last modified time | relevance | path

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

/linux/net/tipc/
A Dbearer.c836 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer()
1133 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_bearer_set()
1141 (props[TIPC_NLA_PROP_MTU]))) { in __tipc_nl_bearer_set()
1146 b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_bearer_set()
1147 tipc_node_apply_property(net, b, TIPC_NLA_PROP_MTU); in __tipc_nl_bearer_set()
1195 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, media->mtu)) in __tipc_nl_add_media()
1328 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_media_set()
1336 (props[TIPC_NLA_PROP_MTU]))) { in __tipc_nl_media_set()
1341 m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_media_set()
A Dnetlink.c121 [TIPC_NLA_PROP_MTU] = { .type = NLA_U32 },
A Dnode.c2212 else if (prop == TIPC_NLA_PROP_MTU) in tipc_node_apply_property()
/linux/include/uapi/linux/
A Dtipc_netlink.h291 TIPC_NLA_PROP_MTU, /* u32 */ enumerator

Completed in 12 milliseconds