Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dbearer.c821 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, bearer->mtu)) in __tipc_nl_add_bearer()
1118 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_bearer_set()
1126 (props[TIPC_NLA_PROP_MTU]))) { in __tipc_nl_bearer_set()
1131 b->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_bearer_set()
1132 tipc_node_apply_property(net, b, TIPC_NLA_PROP_MTU); in __tipc_nl_bearer_set()
1180 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_MTU, media->mtu)) in __tipc_nl_add_media()
1313 if (props[TIPC_NLA_PROP_MTU]) { in __tipc_nl_media_set()
1321 (props[TIPC_NLA_PROP_MTU]))) { in __tipc_nl_media_set()
1326 m->mtu = nla_get_u32(props[TIPC_NLA_PROP_MTU]); in __tipc_nl_media_set()
H A Dnetlink.c121 [TIPC_NLA_PROP_MTU] = { .type = NLA_U32 },
H A Dnode.c2191 else if (prop == TIPC_NLA_PROP_MTU) in tipc_node_apply_property()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtipc_netlink.h283 TIPC_NLA_PROP_MTU, /* u32 */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtipc_netlink.h283 TIPC_NLA_PROP_MTU, /* u32 */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtipc_netlink.h291 TIPC_NLA_PROP_MTU, /* u32 */ enumerator