Home
last modified time | relevance | path

Searched refs:tlv_type (Results 1 – 2 of 2) sorted by relevance

/net/tipc/
Dconfig.h46 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type,
48 struct sk_buff *tipc_cfg_reply_unsigned_type(u16 tlv_type, u32 value);
49 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string);
Dconfig.c89 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type, in tipc_cfg_append_tlv() argument
100 tlv->tlv_type = htons(tlv_type); in tipc_cfg_append_tlv()
107 struct sk_buff *tipc_cfg_reply_unsigned_type(u16 tlv_type, u32 value) in tipc_cfg_reply_unsigned_type() argument
115 tipc_cfg_append_tlv(buf, tlv_type, &value_net, in tipc_cfg_reply_unsigned_type()
121 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string) in tipc_cfg_reply_string_type() argument
128 tipc_cfg_append_tlv(buf, tlv_type, string, string_len); in tipc_cfg_reply_string_type()