Lines Matching refs:flow_header

400 	struct necp_client_flow_header flow_header;  member
7535 length = sizeof(header.flow_header.flow_id); in necp_client_fillout_flow_tlvs()
7536 memcpy(&header.flow_header.flow_id_tlv_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7537 memcpy(&header.flow_header.flow_id_tlv_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()
7538 uuid_copy(header.flow_header.flow_id, flow_registration->registration_id); in necp_client_fillout_flow_tlvs()
7574 length = sizeof(header.flow_header.flags_value); in necp_client_fillout_flow_tlvs()
7575 memcpy(&header.flow_header.flags_tlv_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7576 memcpy(&header.flow_header.flags_tlv_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()
7587 memcpy(&header.flow_header.flags_value, &flags, sizeof(flags)); in necp_client_fillout_flow_tlvs()
7590 length = sizeof(header.flow_header.interface_value); in necp_client_fillout_flow_tlvs()
7591 memcpy(&header.flow_header.interface_tlv_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7592 memcpy(&header.flow_header.interface_tlv_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()
7598 memcpy(&header.flow_header.interface_value, &interface_struct, sizeof(interface_struct)); in necp_client_fillout_flow_tlvs()
7618 memcpy(&header.flow_header.outer_header.type, &type, sizeof(type)); in necp_client_fillout_flow_tlvs()
7619 memcpy(&header.flow_header.outer_header.length, &length, sizeof(length)); in necp_client_fillout_flow_tlvs()