Home
last modified time | relevance | path

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

/net/batman-adv/
Dpacket.h273 u8 msg_type; /* see ICMP message types above */ member
296 u8 msg_type; /* see ICMP message types above */ member
325 u8 msg_type; /* see ICMP message types above */ member
364 u8 msg_type; /* see ICMP message types above */ member
/net/netfilter/
Dnf_tables_api.c116 int msg_type, u32 size, gfp_t gfp) in nft_trans_alloc_gfp()
131 int msg_type, u32 size) in nft_trans_alloc()
167 static int nft_trans_table_add(struct nft_ctx *ctx, int msg_type) in nft_trans_table_add()
194 static int nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add()
275 static struct nft_trans *nft_trans_rule_add(struct nft_ctx *ctx, int msg_type, in nft_trans_rule_add()
329 static int nft_trans_set_add(struct nft_ctx *ctx, int msg_type, in nft_trans_set_add()
363 static int nft_trans_obj_add(struct nft_ctx *ctx, int msg_type, in nft_trans_obj_add()
3796 int msg_type, in nft_trans_elem_alloc()
/net/tipc/
Dmsg.h244 static inline u32 msg_type(struct tipc_msg *m) in msg_type() function