Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_tag.h52 uint8_t tag_data[0]; /* tag data */ member
61 uint8_t tag_data[0]; /* tag data */ member
/f-stack/freebsd/netgraph/
H A Dng_tag.h54 uint8_t tag_data[0]; /* tag data */ member
63 uint8_t tag_data[0]; /* tag data */ member
H A Dng_tag.c136 (buf - offsetof(struct ng_tag_hookin, tag_data)); in ng_tag_hookinary_getLength()
147 (buf - offsetof(struct ng_tag_hookout, tag_data)); in ng_tag_hookoutary_getLength()
686 hip->in_tag_data = (void*)(hip->in->tag_data); in ng_tag_setdata_in()
715 hip->out_tag_data = (void*)(hip->out->tag_data); in ng_tag_setdata_out()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c2071 struct tag_data { struct
2076 tag_apply(struct tag_data *data, in tag_apply() argument
2085 struct tag_data *data) in pkt_work_tag()
2096 struct tag_data *data0, in pkt4_work_tag()
2097 struct tag_data *data1, in pkt4_work_tag()
2098 struct tag_data *data2, in pkt4_work_tag()
2099 struct tag_data *data3) in pkt4_work_tag()
2343 return sizeof(struct tag_data); in action_data_size()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nvram.c1629 __in_bcount(tag_size) caddr_t tag_data, in ef10_nvram_buf_write_tlv()
1657 (uint8_t *)tag_data, tag_size)) != 0) in ef10_nvram_buf_write_tlv()
1667 (uint8_t *)tag_data, tag_size)) != 0) { in ef10_nvram_buf_write_tlv()
H A Def10_impl.h468 __in_bcount(tag_size) caddr_t tag_data,