Lines Matching defs:update_data
230 tcp_lro_low_level_parser(void *ptr, struct lro_parser *parser, bool update_data, bool is_vxlan, int mlen)
236 if (update_data)
245 if (update_data) {
254 if (update_data) {
287 if (update_data) {
296 if (update_data) {
310 if (update_data) {
337 if (update_data) {
347 if (update_data) {
361 if (update_data) {
389 tcp_lro_parser(struct mbuf *m, struct lro_parser *po, struct lro_parser *pi, bool update_data)
394 data_ptr = tcp_lro_low_level_parser(m->m_data, po, update_data, false, m->m_len);
398 if (update_data) {
418 data_ptr = tcp_lro_low_level_parser(data_ptr, pi, update_data, true,
434 if (update_data)