Home
last modified time | relevance | path

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

/openbmc/linux/net/6lowpan/
H A Dnhc.h24 #define LOWPAN_NHC(__nhc, _name, _nexthdr, \ argument
27 static const struct lowpan_nhc __nhc = { \
37 #define module_lowpan_nhc(__nhc) \ argument
38 static int __init __nhc##_init(void) \
40 return lowpan_nhc_add(&(__nhc)); \
42 module_init(__nhc##_init); \
43 static void __exit __nhc##_exit(void) \
45 lowpan_nhc_del(&(__nhc)); \
47 module_exit(__nhc##_exit);