Searched refs:apf_context (Results 1 – 4 of 4) sorted by relevance
/hardware/google/apf/v7/ |
D | apf_interpreter_source.c | 89 } apf_context; typedef 91 FUNC(int do_transmit_buffer(apf_context* ctx, u32 pkt_len, u8 dscp)) { in FUNC() 98 static int do_discard_buffer(apf_context* ctx) { in do_discard_buffer() 104 static u16 decode_be16(apf_context* ctx) { in decode_be16() 114 static u32 decode_imm(apf_context* ctx, u32 length) { in decode_imm() 121 static u8 read_packet_u8(apf_context* ctx, u32 ofs) { in read_packet_u8() 125 static int do_apf_run(apf_context* ctx) { in do_apf_run() 564 apf_context apf_ctx = { 0 }; in apf_runner()
|
D | apf_interpreter.c | 635 } apf_context; typedef 637 FUNC(int apf_internal_do_transmit_buffer(apf_context* ctx, u32 pkt_len, u8 dscp)) { in FUNC() 644 static int do_discard_buffer(apf_context* ctx) { in do_discard_buffer() 650 static u16 decode_be16(apf_context* ctx) { in decode_be16() 660 static u32 decode_imm(apf_context* ctx, u32 length) { in decode_imm() 667 static u8 read_packet_u8(apf_context* ctx, u32 ofs) { in read_packet_u8() 671 static int do_apf_run(apf_context* ctx) { in do_apf_run() 1110 apf_context apf_ctx = { 0 }; in apf_runner()
|
/hardware/google/apf/devtools/ |
D | apf_interpreter.c | 635 } apf_context; typedef 637 FUNC(int apf_internal_do_transmit_buffer(apf_context* ctx, u32 pkt_len, u8 dscp)) { in FUNC() 644 static int do_discard_buffer(apf_context* ctx) { in do_discard_buffer() 650 static u16 decode_be16(apf_context* ctx) { in decode_be16() 660 static u32 decode_imm(apf_context* ctx, u32 length) { in decode_imm() 667 static u8 read_packet_u8(apf_context* ctx, u32 ofs) { in read_packet_u8() 671 static int do_apf_run(apf_context* ctx) { in do_apf_run() 1110 apf_context apf_ctx = { 0 }; in apf_runner()
|
/hardware/google/apf/v6/ |
D | apf_interpreter.c | 633 } apf_context; typedef 635 FUNC(int apf_internal_do_transmit_buffer(apf_context* ctx, u32 pkt_len, u8 dscp)) { in FUNC() 642 static int do_discard_buffer(apf_context* ctx) { in do_discard_buffer() 649 static u32 decode_imm(apf_context* ctx, u32 length) { in decode_imm() 657 static u16 decode_be16(apf_context* ctx) { in decode_be16() 664 static int do_apf_run(apf_context* ctx) { in do_apf_run() 1100 apf_context apf_ctx = { 0 }; in apf_runner()
|