Searched defs:msg_type (Results 1 - 3 of 3) sorted by relevance

/net/batman-adv/
H A Dpacket.h234 * @msg_type: ICMP packet type
248 uint8_t msg_type; /* see ICMP message types above */ member in struct:batadv_icmp_header
260 * @msg_type: ICMP packet type
271 uint8_t msg_type; /* see ICMP message types above */ member in struct:batadv_icmp_packet
286 * @msg_type: ICMP packet type
298 uint8_t msg_type; /* see ICMP message types above */ member in struct:batadv_icmp_packet_rr
/net/netfilter/
H A Dnf_tables_api.c109 static struct nft_trans *nft_trans_alloc(struct nft_ctx *ctx, int msg_type, argument
118 trans->msg_type = msg_type;
142 static int nft_trans_table_add(struct nft_ctx *ctx, int msg_type) argument
146 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_table));
150 if (msg_type == NFT_MSG_NEWTABLE)
169 static int nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) argument
173 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_chain));
177 if (msg_type == NFT_MSG_NEWCHAIN)
245 static struct nft_trans *nft_trans_rule_add(struct nft_ctx *ctx, int msg_type, argument
294 nft_trans_set_add(struct nft_ctx *ctx, int msg_type, struct nft_set *set) argument
3074 nft_trans_elem_alloc(struct nft_ctx *ctx, int msg_type, struct nft_set *set) argument
[all...]
/net/tipc/
H A Dmsg.h215 static inline u32 msg_type(struct tipc_msg *m) function
227 return msg_type(m) == TIPC_NAMED_MSG;
232 return msg_type(m) == TIPC_MCAST_MSG;
237 return msg_type(m) == TIPC_CONN_MSG;
717 if ((msg_user(m) == MSG_FRAGMENTER) && (msg_type(m) == FIRST_FRAGMENT))
724 if ((msg_user(m) == MSG_FRAGMENTER) && (msg_type(m) == FIRST_FRAGMENT))

Completed in 76 milliseconds