Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstring_helpers.h15 static inline bool string_is_terminated(const char *s, int len) in string_is_terminated() function
/openbmc/linux/net/tipc/
H A Dnetlink_compat.c445 if (!string_is_terminated(b->name, len)) in tipc_nl_compat_bearer_enable()
486 if (!string_is_terminated(name, len)) in tipc_nl_compat_bearer_disable()
584 if (!string_is_terminated(name, len)) in tipc_nl_compat_link_stat_dump()
819 if (!string_is_terminated(lc->name, len)) in tipc_nl_compat_link_set()
856 if (!string_is_terminated(name, len)) in tipc_nl_compat_link_reset_stats()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c1276 if (!string_is_terminated(*helper, nla_len(a))) { in parse_ct()
1297 if (!string_is_terminated(info->timeout, nla_len(a))) { in parse_ct()
/openbmc/linux/net/netlink/
H A Dgenetlink.c472 if (WARN_ON(!string_is_terminated(grp->name, GENL_NAMSIZ))) in genl_validate_assign_mc_groups()