Lines Matching refs:nbyte_data
25 struct nbyte_data struct
34 struct nbyte_data *n = rtnl_ematch_data(e); in rtnl_ematch_nbyte_set_offset() argument
41 return ((struct nbyte_data *) rtnl_ematch_data(e))->cfg.off; in rtnl_ematch_nbyte_get_offset()
46 return ((struct nbyte_data *) rtnl_ematch_data(e))->cfg.layer; in rtnl_ematch_nbyte_get_layer()
52 struct nbyte_data *n = rtnl_ematch_data(e); in rtnl_ematch_nbyte_set_pattern()
63 return ((struct nbyte_data *) rtnl_ematch_data(e))->pattern; in rtnl_ematch_nbyte_get_pattern()
68 return ((struct nbyte_data *) rtnl_ematch_data(e))->cfg.len; in rtnl_ematch_nbyte_get_len()
87 struct nbyte_data *n = rtnl_ematch_data(e); in nbyte_parse()
104 struct nbyte_data *n = rtnl_ematch_data(e); in nbyte_dump()
120 struct nbyte_data *n = rtnl_ematch_data(e); in nbyte_free()
128 .eo_datalen = sizeof(struct nbyte_data),